Files
nix-config/home/base/server/default.nix
2023-12-22 16:59:56 +08:00

14 lines
145 B
Nix

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