mirror of
https://github.com/Superredstone/nixos.git
synced 2026-08-19 11:48:57 +02:00
feat(package): move android-studio from workPackages to guiPackages
This commit is contained in:
@@ -72,6 +72,7 @@
|
||||
];
|
||||
|
||||
guiPackages = lib.optionals (currentSystemDe != "none") [
|
||||
android-studio
|
||||
baobab
|
||||
bazaar
|
||||
brave
|
||||
@@ -107,7 +108,6 @@
|
||||
];
|
||||
|
||||
workPackages = lib.optionals workSystem [
|
||||
android-studio
|
||||
ansible
|
||||
virt-manager
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user