feat(yazi): use TUI to acquire files from sites.
This commit is contained in:
@@ -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";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user