gnome: remove unnecessary packages, add music
This commit is contained in:
parent
66b397d1ed
commit
8e7c38d6cd
1 changed files with 2 additions and 1 deletions
|
@ -24,9 +24,10 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.gnome.excludePackages =
|
environment.gnome.excludePackages =
|
||||||
(with pkgs; [ gnome-console gnome-photos gnome-music gnome-tour iagno hitori atomix gnome-contacts gnome-initial-setup gedit cheese tali epiphany geary yelp ]);
|
(with pkgs; [ gnome-console gnome-photos gnome-music gnome-tour gnome-software iagno hitori atomix gnome-contacts gnome-initial-setup gedit cheese tali epiphany geary yelp ]);
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
gnome-music
|
||||||
gnome-tweaks
|
gnome-tweaks
|
||||||
gnome-power-manager
|
gnome-power-manager
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue