nixos/modules/base/default.nix
2026-01-21 00:07:34 +01:00

13 lines
181 B
Nix

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