about summary refs log tree commit diff stats
path: root/sys/svcs/xdg/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'sys/svcs/xdg/default.nix')
-rw-r--r--sys/svcs/xdg/default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/svcs/xdg/default.nix b/sys/svcs/xdg/default.nix
index 8e52a5e9..eede4455 100644
--- a/sys/svcs/xdg/default.nix
+++ b/sys/svcs/xdg/default.nix
@@ -1,6 +1,5 @@
 {
   pkgs,
-  sysLib,
   ...
 }: {
   services.dbus.enable = true;
@@ -9,7 +8,7 @@
       enable = true;
       termfilechooser = {
         enable = true;
-        logLevel = "DEBUG";
+        logLevel = "TRACE";
         settings = {
           filechooser = {
             default_dir = "/tmp";