atuin: add module

This commit adds a module for configuring atuin, a replacement shell
history program.

The module adds options for generating atuin's `config.toml` from Nix,
and options to enable atuin's integration for bash and zsh
(which will rebind history keys to open the atuin history).
This commit is contained in:
Robert Helgesson 2021-10-05 23:05:22 +02:00
parent 1719495bdf
commit af2007bb77
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89
13 changed files with 228 additions and 0 deletions

3
.github/CODEOWNERS vendored
View file

@ -50,6 +50,9 @@
/modules/programs/autojump.nix @evanjs
/tests/modules/programs/autojump @evanjs
/modules/programs/atuin.nix @hawkw
/tests/modules/programs/atuin @hawkw
/modules/programs/autorandr.nix @uvNikita
/modules/programs/bash.nix @rycee