Files
nix-config/home/base/server/default.nix

14 lines
146 B
Nix

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