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:
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user