From 09a3b5d5a0dac93f4b469bab7913b997ba5ffcc5 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Thu, 18 Sep 2025 08:44:20 -0400 Subject: hosts: add work vm --- options.nix | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'options.nix') 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 = {}; + }; }; } -- cgit v1.2.3-freya