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:
parent
1719495bdf
commit
af2007bb77
13 changed files with 228 additions and 0 deletions
7
tests/modules/programs/atuin/default.nix
Normal file
7
tests/modules/programs/atuin/default.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
atuin-bash = ./bash.nix;
|
||||
atuin-empty-settings = ./empty-settings.nix;
|
||||
atuin-example-settings = ./example-settings.nix;
|
||||
atuin-no-shell = ./no-shell.nix;
|
||||
atuin-zsh = ./zsh.nix;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue