nixos/modules/base/default.nix
2025-12-12 04:17:02 +01:00

11 lines
145 B
Nix

_: {
options.fireproof.base = {};
imports = [
./defaults.nix
./gc.nix
./home-manager.nix
./nix.nix
./secrets.nix
];
}