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:
@@ -44,7 +44,6 @@
|
||||
vulkan-tools
|
||||
|
||||
# GUI applications
|
||||
android-studio
|
||||
baobab
|
||||
firefox
|
||||
gnome-boxes
|
||||
@@ -62,7 +61,10 @@
|
||||
protonplus
|
||||
steam
|
||||
vesktop
|
||||
] else [])
|
||||
] else []
|
||||
++ (if workSystem then [
|
||||
android-studio
|
||||
] else []))
|
||||
++ (if currentSystemDe == "plasma" then [
|
||||
kdePackages.wallpaper-engine-plugin
|
||||
] else [])
|
||||
|
||||
Reference in New Issue
Block a user