diff options
author | Franck Cuny <franck@fcuny.net> | 2022-02-27 08:34:45 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-02-27 13:05:31 -0800 |
commit | 3965705c1175d55f5008454717b438208fbbb10b (patch) | |
tree | db3d1f91ff3b8b88ec3290acbf0296da3a66abd7 /hosts/common | |
parent | pam: drop GDM configuration (diff) | |
download | world-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 'hosts/common')
-rw-r--r-- | hosts/common/desktop/xserver.nix | 4 |
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; }; |