about summary refs log tree commit diff stats
path: root/sys/svcs
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-12-29 12:03:35 +0100
committerSoispha <soispha@vhack.eu>2023-12-29 12:03:35 +0100
commitdf27d124b83385ac9392ac50a96909d0a5f2daca (patch)
treec1002b832b7c0ab12a7c03095842e9879e4bff0d /sys/svcs
parentfix(sys/svcs/xdg/portals): Set correct permission of shell script (diff)
downloadnixos-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.nix1
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" {