From df27d124b83385ac9392ac50a96909d0a5f2daca Mon Sep 17 00:00:00 2001 From: Soispha Date: Fri, 29 Dec 2023 12:03:35 +0100 Subject: fix(sys/svcs/xdg/portals): Set default download dir --- sys/svcs/xdg/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/svcs') diff --git a/sys/svcs/xdg/default.nix b/sys/svcs/xdg/default.nix index ec17a61d..afb9a0e3 100644 --- a/sys/svcs/xdg/default.nix +++ b/sys/svcs/xdg/default.nix @@ -11,6 +11,7 @@ enable = true; settings = { filechooser = { + default_dir = "/tmp"; cmd = let nativeBuildInputs = with pkgs; [makeWrapper lf gawk coreutils mktemp dash fd gnugrep]; in "${pkgs.runCommandLocal "lf_wrapper" { -- cgit 1.4.1