Files
nix-config/home/base/server/default.nix
2023-07-16 16:08:55 +08:00

16 lines
145 B
Nix

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