state: declare /home as state by default

This commit is contained in:
DavHau
2024-01-10 17:37:40 +07:00
parent 7266faab4e
commit 414f475802

View File

@@ -1,5 +1,9 @@
{ lib, ... }:
{
# defaults
config.clanCore.state.HOME.folders = [ "/home" ];
# interface
options.clanCore.state = lib.mkOption {
default = { };
type = lib.types.attrsOf