summaryrefslogtreecommitdiff
path: root/users/seth/options.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/seth/options.nix')
-rw-r--r--users/seth/options.nix5
1 files changed, 5 insertions, 0 deletions
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";
+ };
};
}