summaryrefslogtreecommitdiff
path: root/hosts/common/options.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/common/options.nix')
-rw-r--r--hosts/common/options.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/hosts/common/options.nix b/hosts/common/options.nix
index 8d4bf5b..c36d4e2 100644
--- a/hosts/common/options.nix
+++ b/hosts/common/options.nix
@@ -10,5 +10,10 @@
default = false;
description = "signifies that the flake is being installed in wsl";
};
+ desktop = mkOption {
+ type = types.str;
+ default = "";
+ description = "set the desktop";
+ };
};
}