mirror of
https://github.com/Superredstone/nixos.git
synced 2026-03-07 20:28:08 +01:00
Added workstation separation
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user