nixos/gnome: Replace evince with papers

a392cd2c8b
920445bde7
This commit is contained in:
Jan Tojnar
2025-11-05 07:34:49 +01:00
parent 62cdfd7e2f
commit 404b8ce70d
2 changed files with 2 additions and 1 deletions

View File

@@ -465,6 +465,7 @@ in
pkgs.gnome-weather
pkgs.loupe
pkgs.nautilus
pkgs.papers
pkgs.gnome-connections
pkgs.simple-scan
pkgs.snapshot
@@ -476,7 +477,6 @@ in
# Since some of these have a corresponding package, we only
# enable that program module if the package hasn't been excluded
# through `environment.gnome.excludePackages`
programs.evince.enable = notExcluded pkgs.evince;
programs.file-roller.enable = notExcluded pkgs.file-roller;
programs.geary.enable = notExcluded pkgs.geary;
programs.gnome-disks.enable = notExcluded pkgs.gnome-disk-utility;