summaryrefslogtreecommitdiffstats
path: root/nixos/modules
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2023-01-31 15:24:44 +0800
committerBobby Rong <rjl931189261@126.com>2023-01-31 21:28:13 +0800
commitfa9ad6e624cc634263d4b79690af0fff03a3a9ab (patch)
treeeb31f317ef59e4b2c462f0f493000b611bfcde9b /nixos/modules
parentbdc6404b0f8bea200b3633431814d700c612b04b (diff)
nixos/cinnamon: don't install evince
On Linux Mint this is a symbolic link of xreader, we don't need two PDF readers that does the same thing.
Diffstat (limited to 'nixos/modules')
-rw-r--r--nixos/modules/services/x11/desktop-managers/cinnamon.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/modules/services/x11/desktop-managers/cinnamon.nix b/nixos/modules/services/x11/desktop-managers/cinnamon.nix
index b910c09fd836..2d8addb0f10e 100644
--- a/nixos/modules/services/x11/desktop-managers/cinnamon.nix
+++ b/nixos/modules/services/x11/desktop-managers/cinnamon.nix
@@ -215,7 +215,6 @@ in
programs.geary.enable = mkDefault true;
programs.gnome-disks.enable = mkDefault true;
programs.gnome-terminal.enable = mkDefault true;
- programs.evince.enable = mkDefault true;
programs.file-roller.enable = mkDefault true;
environment.systemPackages = with pkgs // pkgs.gnome // pkgs.cinnamon; utils.removePackagesByName [