Files
nix-config/home/base/server/default.nix
2023-07-27 02:22:08 +08:00

14 lines
142 B
Nix

{...}: {
imports = [
./bat
./nushell
./tmux
./zellij
./bash.nix
./core.nix
./git.nix
./starship.nix
];
}