From 5d558a3cc6fce9b6fc45dce5057a53870acd0a90 Mon Sep 17 00:00:00 2001 From: Bernardo Magri Date: Sun, 31 May 2026 20:59:04 +0100 Subject: [PATCH] fix(system): enable Polkit for Thunar drive management --- core/system/file-manager.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/system/file-manager.nix b/core/system/file-manager.nix index c4ff784..0aa206d 100644 --- a/core/system/file-manager.nix +++ b/core/system/file-manager.nix @@ -11,6 +11,9 @@ # Explicitly enable Thunar for D-Bus integration programs.thunar.enable = lib.mkDefault true; + # Required for drive management (mount/unmount) and other privileged actions + security.polkit.enable = true; + # Allow Thunar to use gvfs (trash, network mounts, etc.) programs.thunar.plugins = with pkgs.xfce; [ thunar-archive-plugin