mirror of
https://github.com/nickolaj-jepsen/nixos.git
synced 2026-01-22 08:06:50 +01:00
11 lines
145 B
Nix
11 lines
145 B
Nix
_: {
|
|
options.fireproof.base = {};
|
|
|
|
imports = [
|
|
./defaults.nix
|
|
./gc.nix
|
|
./home-manager.nix
|
|
./nix.nix
|
|
./secrets.nix
|
|
];
|
|
}
|