diff options
author | Soispha <soispha@vhack.eu> | 2023-12-29 12:03:35 +0100 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-12-29 12:03:35 +0100 |
commit | df27d124b83385ac9392ac50a96909d0a5f2daca (patch) | |
tree | c1002b832b7c0ab12a7c03095842e9879e4bff0d /sys/svcs | |
parent | fix(sys/svcs/xdg/portals): Set correct permission of shell script (diff) | |
download | nixos-config-df27d124b83385ac9392ac50a96909d0a5f2daca.tar.gz nixos-config-df27d124b83385ac9392ac50a96909d0a5f2daca.zip |
fix(sys/svcs/xdg/portals): Set default download dir
Diffstat (limited to '')
-rw-r--r-- | sys/svcs/xdg/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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" { |