nix-config/modules/base/default.nix
2026-03-30 23:52:39 +02:00

8 lines
107 B
Nix

{...}: {
imports = [
./nix.nix
./locale.nix
./secrets.nix
./eraseYourDarlings.nix
];
}