feat(yazi): use TUI to acquire files from sites.

This commit is contained in:
kenji
2026-01-11 12:51:14 -06:00
parent 373f3f1f3f
commit 516fe436e6
2 changed files with 103 additions and 1 deletions
+8
View File
@@ -24,4 +24,12 @@
default = ["${myConfig.terminal.default}"];
};
};
# XDG Desktop Portal - portal packages are in home-manager for proper path resolution
xdg.portal.enable = true;
# Required for portal file chooser integration
environment.sessionVariables = {
GTK_USE_PORTAL = "1";
};
}