about summary refs log tree commit diff
path: root/hosts/common/desktop/xserver.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-02-27 08:34:45 -0800
committerFranck Cuny <franck@fcuny.net>2022-02-27 13:05:31 -0800
commit3965705c1175d55f5008454717b438208fbbb10b (patch)
treedb3d1f91ff3b8b88ec3290acbf0296da3a66abd7 /hosts/common/desktop/xserver.nix
parentpam: drop GDM configuration (diff)
downloadworld-3965705c1175d55f5008454717b438208fbbb10b.tar.gz
software: drop nautilus, add a few more things
Replace nautilus with pcmanfm, which is more than enough for my needs (I
still can't open correctly images / PDF with nautilus, I don't care
why).

Add a few more packages (seahorse, easyeffects) to improve usability of
the desktop.
Diffstat (limited to '')
-rw-r--r--hosts/common/desktop/xserver.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/hosts/common/desktop/xserver.nix b/hosts/common/desktop/xserver.nix
index da8cdbe..8a3dee9 100644
--- a/hosts/common/desktop/xserver.nix
+++ b/hosts/common/desktop/xserver.nix
@@ -40,10 +40,6 @@
 
     gnome = {
       gnome-keyring.enable = true;
-
-      # Sushi, a quick previewer for Nautilus
-      sushi.enable = true;
-
       # !https://github.com/NixOS/nixpkgs/issues/16327
       at-spi2-core.enable = true;
     };