infrastructure/hosts/neodymium/home/shell/default.nix
2023-12-15 16:18:36 +01:00

12 lines
134 B
Nix

{...}: {
imports = [
./atuin.nix
./bat.nix
./btop.nix
./direnv.nix
./exa.nix
./git.nix
./zsh.nix
];
}