nix-config/modules/base/default.nix

8 lines
109 B
Nix

{...}: {
imports = [
./nix.nix
./locale.nix
./secrets.nix
./erase-your-darlings.nix
];
}