fix(gnome): cleanup moved packages

This commit is contained in:
uku 2024-08-27 20:32:07 +02:00
parent a888405be1
commit 3fbe04ae69
Signed by: uku
SSH key fingerprint: SHA256:4P0aN6M8ajKukNi6aPOaX0LacanGYtlfjmN+m/sHY/o

View file

@ -16,20 +16,17 @@
environment = with pkgs; { environment = with pkgs; {
systemPackages = [gnome-tweaks]; systemPackages = [gnome-tweaks];
gnome.excludePackages = gnome.excludePackages = [
[ gnome-tour
gnome-tour cheese # webcam tool
cheese # webcam tool gnome-terminal
gnome-terminal epiphany # web browser
epiphany # web browser geary # email reader
geary # email reader totem # video player
totem # video player tali # poker game
] iagno # go game
++ (with pkgs.gnome; [ hitori # sudoku game
tali # poker game atomix # puzzle game
iagno # go game ];
hitori # sudoku game
atomix # puzzle game
]);
}; };
} }