summaryrefslogtreecommitdiff
path: root/options.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--options.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/options.nix b/options.nix
index 1a569c2..db68544 100644
--- a/options.nix
+++ b/options.nix
@@ -474,5 +474,14 @@ in {
"element-desktop"
];
};
+
+ #
+ # Extra home configuration
+ #
+ extraHome = mkOption {
+ type = types.attrs;
+ description = "Extra home manager configuration";
+ default = {};
+ };
};
}