summaryrefslogtreecommitdiff
path: root/nixos
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--nixos/desktop/hyprland.nix16
1 files changed, 9 insertions, 7 deletions
diff --git a/nixos/desktop/hyprland.nix b/nixos/desktop/hyprland.nix
index 84c05e7..62b39ae 100644
--- a/nixos/desktop/hyprland.nix
+++ b/nixos/desktop/hyprland.nix
@@ -32,13 +32,15 @@
xdg.portal = {
enable = true;
+ extraPortals = with pkgs; [ xdg-desktop-portal-hyprland xdg-desktop-portal-gtk ];
config = {
- common = {
- default = [
- "hyprland"
- "gtk"
- ];
- };
- };
+ common = {
+ default = [
+ "hyprland"
+ "gtk"
+ ];
+ "org.freedesktop.impl.portal.Filechooser"="gtk";
+ };
+ };
};
}