diff --git a/nixosModules/clanCore/state.nix b/nixosModules/clanCore/state.nix index 9d9f39444..3a1c4ffed 100644 --- a/nixosModules/clanCore/state.nix +++ b/nixosModules/clanCore/state.nix @@ -1,5 +1,9 @@ { lib, ... }: { + # defaults + config.clanCore.state.HOME.folders = [ "/home" ]; + + # interface options.clanCore.state = lib.mkOption { default = { }; type = lib.types.attrsOf