1
0
mirror of https://github.com/nix-community/home-manager synced 2024-07-05 12:53:27 +02:00
home-manager/tests/modules/programs/atuin/default.nix
Robert Helgesson af2007bb77
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).
2021-10-05 23:48:52 +02:00

8 lines
189 B
Nix

{
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;
}