gnome: apps

This commit is contained in:
Daniel Lundin 2025-02-12 12:47:36 +01:00
parent 57fb622f2d
commit 21b902d693
Signed by: dln
SSH key fingerprint: SHA256:dQy1Xj3UiqJYpKR5ggQ2bxgz4jCH8IF+k3AB8o0kmdI
3 changed files with 86 additions and 52 deletions

View file

@ -16,31 +16,30 @@ in
environment.systemPackages = with pkgs; [ gnome-ssh-askpass4 ];
# Excluding some GNOME applications from the default install
environment.gnome.excludePackages =
(with pkgs; [
gnome-connections
gnome-photos
gnome-tour
snapshot
])
++ (with pkgs; [
environment.gnome.excludePackages = (
with pkgs;
[
atomix # puzzle game
baobab # disk usage analyzer
cheese # webcam tool
epiphany # web browser
geary # email reader
gnome-clocks
gnome-contacts
gnome-connections
gnome-disk-utility
gnome-logs
gnome-music
gnome-photos
gnome-terminal
gnome-tour
snapshot
hitori # sudoku game
iagno # go game
simple-scan
tali # poker game
yelp # help viewer
]);
]
);
fonts = {
fontDir.enable = true;