mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-21 22:03:19 +01:00
fewer GNOME programs
This commit is contained in:
parent
fe0449ebe3
commit
d1fbf18328
@ -24,6 +24,7 @@
|
||||
# https://nixos.wiki/wiki/GNOME#Excluding_some_GNOME_applications_from_the_default_install
|
||||
environment.gnome.excludePackages = (with pkgs; [
|
||||
baobab # Disk usage analyzer
|
||||
snapshot # Camera
|
||||
gnome-connections # Remote desktop client (VNC, RDP)
|
||||
gnome.gnome-logs # Systemd journal log viewer
|
||||
gnome-photos
|
||||
@ -33,13 +34,18 @@
|
||||
gnome.gnome-music # Music player
|
||||
gnome.epiphany # Web browser
|
||||
gnome.geary # Email
|
||||
#gnome.gnome-characters # Emoji keyboard
|
||||
#gnome.gnome-contacts # Address book
|
||||
gnome.simple-scan # Scanning
|
||||
gnome.gnome-calendar # Calendar
|
||||
gnome.gnome-weather # Weather forcast
|
||||
gnome.gnome-clocks # Clock and timer
|
||||
gnome.gnome-characters # Emoji keyboard
|
||||
gnome.gnome-contacts # Address book
|
||||
gnome.gnome-maps # Map and navigation
|
||||
gnome.gnome-font-viewer # View and install fonts
|
||||
gnome.gnome-system-monitor # Resource monitor / task manager
|
||||
gnome.totem # Video player
|
||||
gnome.yelp # GNOME help
|
||||
]);
|
||||
# GNOME Calendar comes preinstalled. https://nixos.wiki/wiki/GNOME/Calendar
|
||||
|
||||
# Configure keymap in X11.
|
||||
services.xserver = {
|
||||
|
Loading…
Reference in New Issue
Block a user