nixos/gnome3: long lists
This commit is contained in:
parent
cd48c50e35
commit
11d6c2fb35
|
@ -425,10 +425,25 @@ in
|
||||||
|
|
||||||
(mkIf serviceCfg.games.enable {
|
(mkIf serviceCfg.games.enable {
|
||||||
environment.systemPackages = (with pkgs.gnome3; removePackagesByName [
|
environment.systemPackages = (with pkgs.gnome3; removePackagesByName [
|
||||||
aisleriot atomix five-or-more four-in-a-row gnome-chess gnome-klotski
|
aisleriot
|
||||||
gnome-mahjongg gnome-mines gnome-nibbles gnome-robots gnome-sudoku
|
atomix
|
||||||
gnome-taquin gnome-tetravex hitori iagno lightsoff quadrapassel
|
five-or-more
|
||||||
swell-foop tali
|
four-in-a-row
|
||||||
|
gnome-chess
|
||||||
|
gnome-klotski
|
||||||
|
gnome-mahjongg
|
||||||
|
gnome-mines
|
||||||
|
gnome-nibbles
|
||||||
|
gnome-robots
|
||||||
|
gnome-sudoku
|
||||||
|
gnome-taquin
|
||||||
|
gnome-tetravex
|
||||||
|
hitori
|
||||||
|
iagno
|
||||||
|
lightsoff
|
||||||
|
quadrapassel
|
||||||
|
swell-foop
|
||||||
|
tali
|
||||||
] config.environment.gnome3.excludePackages);
|
] config.environment.gnome3.excludePackages);
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue