nixos/modules/base/default.nix

13 lines
165 B
Nix
Raw Permalink Normal View History

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