From ef49856afc00a00abc042f2c666b0a5c2d9d6820 Mon Sep 17 00:00:00 2001 From: Javier Feliz Date: Mon, 11 Aug 2025 23:52:27 -0400 Subject: [PATCH] Thunar works better by enabling xfconf --- configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/configuration.nix b/configuration.nix index 06df0c2..8f881c2 100755 --- a/configuration.nix +++ b/configuration.nix @@ -126,6 +126,11 @@ "; }; + # More thunar support + programs.xfconf = { + enable = true; + }; + system.stateVersion = "25.05"; # Did you read the comment? nix.settings.experimental-features = [