infrastructure/home/shell/default.nix

12 lines
134 B
Nix
Raw Normal View History

2023-12-15 15:18:36 +00:00
{...}: {
imports = [
./atuin.nix
./bat.nix
./btop.nix
./direnv.nix
./exa.nix
./git.nix
./zsh.nix
];
2023-04-08 13:53:58 +00:00
}