mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-24 22:29:33 +01:00
fewer GNOME apps
This commit is contained in:
parent
70ae169356
commit
adfdc2aa5a
@ -4,8 +4,11 @@
|
|||||||
# Don't install all programs of the GNOME desktop.
|
# Don't install all programs of the GNOME desktop.
|
||||||
# https://nixos.wiki/wiki/GNOME#Excluding_some_GNOME_applications_from_the_default_install
|
# https://nixos.wiki/wiki/GNOME#Excluding_some_GNOME_applications_from_the_default_install
|
||||||
environment.gnome.excludePackages = (with pkgs; [
|
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-photos
|
||||||
gnome-tour
|
gnome-tour # Introduction to GNOME
|
||||||
gnome-console # Can't be configured with Home-Manager as of 2023-10.
|
gnome-console # Can't be configured with Home-Manager as of 2023-10.
|
||||||
gnome.cheese # Webcam viewer
|
gnome.cheese # Webcam viewer
|
||||||
gnome.gnome-music # Music player
|
gnome.gnome-music # Music player
|
||||||
@ -13,6 +16,7 @@
|
|||||||
gnome.geary # Email
|
gnome.geary # Email
|
||||||
gnome.gnome-characters
|
gnome.gnome-characters
|
||||||
#gnome.gnome-contacts
|
#gnome.gnome-contacts
|
||||||
|
gnome.gnome-font-viewer # View and install fonts
|
||||||
]);
|
]);
|
||||||
|
|
||||||
# Enable the X11 windowing system.
|
# Enable the X11 windowing system.
|
||||||
|
Loading…
Reference in New Issue
Block a user