mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 08:49:44 +01:00
215af6252d
Co-authored-by: Janik H <janik@aq0.de>
9 lines
253 B
Nix
9 lines
253 B
Nix
{
|
|
atuin-bash = ./bash.nix;
|
|
atuin-empty-settings = ./empty-settings.nix;
|
|
atuin-example-settings = ./example-settings.nix;
|
|
atuin-fish = ./fish.nix;
|
|
atuin-no-shell = ./no-shell.nix;
|
|
atuin-zsh = ./zsh.nix;
|
|
atuin-set-flags = ./set-flags.nix;
|
|
}
|