From 6fdefa5e878ac5ded5c60d0399703b063d263cb4 Mon Sep 17 00:00:00 2001 From: Jakub Stachurski Date: Sat, 5 Jul 2025 12:33:19 +0200 Subject: some nvim related fixes --- nixos/desktop/hyprland.nix | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'nixos/desktop') 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"; + }; + }; }; } -- cgit v1.3.1