Replace Dolphin with Nemo as the default file manager across various configurations. Enable GVFS for better file management support in GTK applications. Remove Dolphin configuration files and introduce Nemo configuration files to streamline the desktop experience.

This commit is contained in:
2026-06-20 21:18:03 -03:00
parent 9b20b71b50
commit 1a34db6f22
6 changed files with 31 additions and 79 deletions
+4
View File
@@ -49,6 +49,10 @@
(lib.mkIf guiEnabled {
services.xserver.enable = true;
# Trash, MTP, network mounts, etc. for GTK file managers (Nemo). Without gvfs the Delete
# key silently fails (move-to-trash) while Shift+Delete still works (permanent delete).
services.gvfs.enable = lib.mkDefault true;
# Chromium/Electron (Edge, Vesktop, etc.) only add native Wayland + IME flags when this is
# set; nixpkgs wrappers gate on NIXOS_OZONE_WL and WAYLAND_DISPLAY. Helps PipeWire/desktop
# portal screen capture on wlroots-like sessions. Harmless on X11 (flags stay off).