several updates

This commit is contained in:
Miguel Palhas
2026-02-25 21:53:21 +00:00
parent 6584bf521f
commit 1e1238a6c1
8 changed files with 45 additions and 19 deletions
+2 -1
View File
@@ -9,7 +9,8 @@
xdg.configFile."xdg-desktop-portal-termfilechooser/config".text = ''
[filechooser]
cmd=${pkgs.writeShellScript "termfilechooser-yazi" ''
exec kitty -T termfilechooser yazi "$@"
output="$1"
exec kitty -T termfilechooser yazi --chooser-file="$output"
''}
default_dir=$HOME
'';