diff options
Diffstat (limited to 'options.nix')
-rw-r--r-- | options.nix | 9 |
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 = {}; + }; }; } |