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

14 lines
122 B
Nix

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