5 lines
99 B
Nix
5 lines
99 B
Nix
{ ... }: {
|
|
imports =
|
|
[ ./atuin.nix ./bat.nix ./direnv.nix ./exa.nix ./git.nix ./zsh.nix ];
|
|
}
|