nixos/modules/base/default.nix

12 lines
145 B
Nix
Raw Normal View History

_: {
options.fireproof.base = {};
imports = [
./defaults.nix
./gc.nix
./home-manager.nix
./nix.nix
./secrets.nix
];
2025-08-21 10:31:50 +02:00
}