From 3d8d7530f48a158416883a96b53696574e7e33ba Mon Sep 17 00:00:00 2001 From: maxstrb Date: Thu, 1 Jan 2026 20:43:00 +0100 Subject: [PATCH] non important commit --- configuration/modules/file-management.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configuration/modules/file-management.nix b/configuration/modules/file-management.nix index d8ac2df..7279ea1 100644 --- a/configuration/modules/file-management.nix +++ b/configuration/modules/file-management.nix @@ -7,7 +7,7 @@ xfconf.enable = true; thunar = { enable = true; - plugins = with pkgs.xfce; [ + plugins = with pkgs; [ thunar-archive-plugin thunar-volman ]; @@ -15,7 +15,7 @@ }; services = { - devmon.enable = true; + devmon.enable = false; gvfs.enable = true; tumbler.enable = true; };