diff options
| author | seth <[email protected]> | 2023-02-25 02:17:46 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-02-25 02:17:46 -0500 |
| commit | 509006801a6e8c484c6aff4accb59c154f7738e0 (patch) | |
| tree | ad671ae6a116241f513cf1ba22067b990becd040 | |
| parent | 399764b561a0097c5559b1b4089cc6fa21433850 (diff) | |
add standalone specialArg to nixosConfigurations
| -rw-r--r-- | flake.nix | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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"; |
