feat(hyprland): integrate yazi as global file picker via xdg-portal

This commit is contained in:
kenji
2026-01-11 10:44:25 -06:00
parent 78f6ede871
commit 63becaaa09
3 changed files with 61 additions and 1 deletions
+12
View File
@@ -24,4 +24,16 @@
default = ["${myConfig.terminal.default}"];
};
};
xdg.portal = {
enable = true;
extraPortals = [
pkgs.xdg-desktop-portal-hyprland
pkgs.xdg-desktop-portal-termfilechooser
];
config.common = {
default = ["hyprland"];
"org.freedesktop.impl.portal.FileChooser" = "termfilechooser";
};
};
}