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

8 lines
77 B
Nix

{
imports = [
./btop.nix
./shell.nix
./system-tools.nix
];
}