diff --git a/modules/gnome-base.nix b/modules/gnome-base.nix index ac8b1b2..f311f01 100644 --- a/modules/gnome-base.nix +++ b/modules/gnome-base.nix @@ -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.