diff options
author | Freya Murphy <fmurphy@redcom.com> | 2025-09-18 08:44:20 -0400 |
---|---|---|
committer | Freya Murphy <fmurphy@redcom.com> | 2025-09-18 20:37:46 -0400 |
commit | 09a3b5d5a0dac93f4b469bab7913b997ba5ffcc5 (patch) | |
tree | 39ad6611657ff68b81d01069572c3f1c76329409 /options.nix | |
parent | fix typo (diff) | |
download | dotfiles-nix-09a3b5d5a0dac93f4b469bab7913b997ba5ffcc5.tar.gz dotfiles-nix-09a3b5d5a0dac93f4b469bab7913b997ba5ffcc5.tar.bz2 dotfiles-nix-09a3b5d5a0dac93f4b469bab7913b997ba5ffcc5.zip |
hosts: add work vm
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 = {}; + }; }; } |