Added workstation separation

This commit is contained in:
2025-07-22 17:40:34 +02:00
parent 0bffd733a5
commit 7a70b7a4b5
4 changed files with 22 additions and 18 deletions

View File

@@ -12,6 +12,7 @@ name:
wsl ? false,
stable ? false,
gamingSystem ? false,
workSystem ? false,
desktopEnvironment ? ""
}:
let
@@ -65,6 +66,7 @@ let
currentSystemEmail = email;
currentSystemDe = desktopEnvironment;
gamingSystem = gamingSystem;
workSystem = workSystem;
isWSL = isWSL;
isDarwin = isDarwin;
inputs = inputs;