summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flake.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 94cf9b1..034b9b7 100644
--- a/flake.nix
+++ b/flake.nix
@@ -46,6 +46,7 @@
];
specialArgs = {
desktop = "gnome";
+ standalone = true;
wsl = false;
};
version = "23.05";
@@ -71,6 +72,7 @@
];
specialArgs = {
desktop = "";
+ standalone = true;
wsl = true;
};
version = "23.05";