From af95c08f3878b43322e76d50e821f9fe2fdff26a Mon Sep 17 00:00:00 2001 From: Soispha Date: Fri, 29 Dec 2023 12:26:53 +0100 Subject: fix(sys/svcs/xdg/portals): Switch to trace and set correct terminal exec --- sys/svcs/xdg/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/svcs/xdg/default.nix') 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"; -- cgit 1.4.1