mirror of
https://github.com/Superredstone/nixos.git
synced 2026-03-07 20:28:08 +01:00
Added gnome-tweaks
This commit is contained in:
@@ -64,6 +64,9 @@
|
||||
pamixer
|
||||
pavucontrol
|
||||
kdePackages.dolphin
|
||||
] else [])
|
||||
++ (if currentSystemDe == "gnome" then [
|
||||
gnome-tweaks
|
||||
] else []);
|
||||
|
||||
programs.steam = if gamingSystem then {
|
||||
|
||||
Reference in New Issue
Block a user