Files
nix-config/home/base/server/default.nix
2023-07-14 01:58:43 +08:00

15 lines
135 B
Nix

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