diff options
author | Freya Murphy <freya@freyacat.org> | 2025-10-02 11:48:17 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-10-02 11:48:17 -0400 |
commit | 67c7a148ff80d5d3f7684144c1fe9603052e8651 (patch) | |
tree | 8e83918e01abff83754f4b522a867bc22c404cb3 /system/desktops/hyprland.nix | |
parent | neovim: remove virt column, update lspconfig configuration (diff) | |
download | dotfiles-nix-67c7a148ff80d5d3f7684144c1fe9603052e8651.tar.gz dotfiles-nix-67c7a148ff80d5d3f7684144c1fe9603052e8651.tar.bz2 dotfiles-nix-67c7a148ff80d5d3f7684144c1fe9603052e8651.zip |
Diffstat (limited to '')
-rw-r--r-- | system/desktops/hyprland.nix | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/system/desktops/hyprland.nix b/system/desktops/hyprland.nix index 91170bd..eb0778e 100644 --- a/system/desktops/hyprland.nix +++ b/system/desktops/hyprland.nix @@ -15,8 +15,10 @@ in { extraPortals = [ inputs.hyprland.packages.${pkgs.system}.xdg-desktop-portal-hyprland ]; - config = { - hyprland.common = ["gtk" "hyprland"]; + config.hyprland = { + default = ["hyprland" "gtk"]; + "org.freedesktop.impl.portal.FileChooser" = ["gtk"]; + "org.freedesktop.impl.portal.OpenURI" = ["gtk"]; }; }; |