fix xdg-desktop-portal-termfile-chooser

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2025-10-30 09:28:25 +01:00
parent d85386bf9c
commit 9d04a09de8
3 changed files with 27 additions and 27 deletions

View File

@@ -1,5 +1,5 @@
{ pkgs, ... }@all: with all; let
tfc = pkgs.xdg-desktop-portal-termfilechooser;
tfc = pkgs.unstable.xdg-desktop-portal-termfilechooser;
in {
home.packages = [
pkgs.unar
@@ -410,8 +410,8 @@ in {
text = ''
[filechooser]
cmd=${tfc}/share/xdg-desktop-portal-termfilechooser/yazi-wrapper.sh
env=TERMCMD=ghostty --title="terminal-file-picker -e"
default_dir=$HOME
env=TERMCMD=ghostty --title="terminal-file-picker -e"
open_mode=suggested
save_mode=last
'';