fewer GNOME apps

This commit is contained in:
Daniel Langbein 2023-10-09 12:45:19 +02:00
parent 70ae169356
commit adfdc2aa5a
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002

View File

@ -4,8 +4,11 @@
# Don't install all programs of the GNOME desktop.
# https://nixos.wiki/wiki/GNOME#Excluding_some_GNOME_applications_from_the_default_install
environment.gnome.excludePackages = (with pkgs; [
baobab # Disk usage analyzer
gnome-connections # Remote desktop client (VNC, RDP)
gnome.gnome-logs # Systemd journal log viewer
gnome-photos
gnome-tour
gnome-tour # Introduction to GNOME
gnome-console # Can't be configured with Home-Manager as of 2023-10.
gnome.cheese # Webcam viewer
gnome.gnome-music # Music player
@ -13,6 +16,7 @@
gnome.geary # Email
gnome.gnome-characters
#gnome.gnome-contacts
gnome.gnome-font-viewer # View and install fonts
]);
# Enable the X11 windowing system.