mirror of
https://github.com/Superredstone/nixos.git
synced 2026-06-17 15:24:39 +02:00
fix(blackbox): move to gnome systems
This commit is contained in:
@@ -73,7 +73,6 @@
|
||||
guiPackages = lib.optionals (currentSystemDe != "none") [
|
||||
baobab
|
||||
bazaar
|
||||
blackbox-terminal
|
||||
discord
|
||||
firefox
|
||||
gapless
|
||||
@@ -117,6 +116,7 @@
|
||||
];
|
||||
|
||||
gnomePackages = lib.optionals (currentSystemDe == "gnome") [
|
||||
blackbox-terminal
|
||||
gnome-tweaks
|
||||
gnomeExtensions.appindicator
|
||||
gnomeExtensions.caffeine
|
||||
|
||||
Reference in New Issue
Block a user