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; {
systemPackages = [gnome-tweaks];
gnome.excludePackages =
[
gnome.excludePackages = [
gnome-tour
cheese # webcam tool
gnome-terminal
epiphany # web browser
geary # email reader
totem # video player
]
++ (with pkgs.gnome; [
tali # poker game
iagno # go game
hitori # sudoku game
atomix # puzzle game
]);
];
};
}