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") [
|
guiPackages = lib.optionals (currentSystemDe != "none") [
|
||||||
|
android-studio
|
||||||
baobab
|
baobab
|
||||||
bazaar
|
bazaar
|
||||||
brave
|
brave
|
||||||
@@ -107,7 +108,6 @@
|
|||||||
];
|
];
|
||||||
|
|
||||||
workPackages = lib.optionals workSystem [
|
workPackages = lib.optionals workSystem [
|
||||||
android-studio
|
|
||||||
ansible
|
ansible
|
||||||
virt-manager
|
virt-manager
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user