mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-03 07:31:03 +01:00
11 lines
315 B
Nix
11 lines
315 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;
|
|
atuin-theme = ./theme.nix;
|
|
atuin-nushell = ./nushell.nix;
|
|
}
|