Signed-off-by: Hadi <hadi@example.com>
This commit is contained in:
Hadi
2026-07-30 13:38:20 +02:00
parent 0d901aa10c
commit ee0cb3cf68
6 changed files with 40 additions and 5 deletions
+12 -5
View File
@@ -119,13 +119,20 @@ in {
xdgOpenUsePortal = true;
config = {
common.default = ["gtk"];
hyprland.default = [
"gtk"
"hyprland"
];
hyprland = {
default = [
"gtk"
"hyprland"
];
# Pick files / choose download paths with yazi instead of the GTK dialog
"org.freedesktop.portal.FileChooser" = ["termfilechooser"];
};
};
extraPortals = [pkgs.xdg-desktop-portal-gtk];
extraPortals = [
pkgs.xdg-desktop-portal-gtk
pkgs.xdg-desktop-portal-termfilechooser
];
};
security.rtkit.enable = true;