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

7 lines
62 B
Nix

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