From b2922a1fef66c1ba9e44c11a2f6316007234dab2 Mon Sep 17 00:00:00 2001 From: seth Date: Tue, 31 Jan 2023 19:36:57 -0500 Subject: add standalone hm option --- users/seth/options.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'users/seth/options.nix') diff --git a/users/seth/options.nix b/users/seth/options.nix index 676dbfa..1c71db7 100644 --- a/users/seth/options.nix +++ b/users/seth/options.nix @@ -10,5 +10,10 @@ default = ""; description = "choose a desktop configuration"; }; + standalone = mkOption { + type = types.bool; + default = false; + description = "set to true if using home-manager standalone"; + }; }; } -- cgit v1.2.3