summaryrefslogtreecommitdiff
path: root/system/desktops/hyprland.nix
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2025-10-02 11:48:17 -0400
committerFreya Murphy <freya@freyacat.org>2025-10-02 11:48:17 -0400
commit67c7a148ff80d5d3f7684144c1fe9603052e8651 (patch)
tree8e83918e01abff83754f4b522a867bc22c404cb3 /system/desktops/hyprland.nix
parentneovim: remove virt column, update lspconfig configuration (diff)
downloaddotfiles-nix-67c7a148ff80d5d3f7684144c1fe9603052e8651.tar.gz
dotfiles-nix-67c7a148ff80d5d3f7684144c1fe9603052e8651.tar.bz2
dotfiles-nix-67c7a148ff80d5d3f7684144c1fe9603052e8651.zip
xdg: fix portal configurationHEADmain
Diffstat (limited to '')
-rw-r--r--system/desktops/hyprland.nix6
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"];
};
};