diff --git a/modules/nixos/hyprland.nix b/modules/nixos/hyprland.nix index 978795b..f19a764 100644 --- a/modules/nixos/hyprland.nix +++ b/modules/nixos/hyprland.nix @@ -24,18 +24,4 @@ default = ["${myConfig.terminal.default}"]; }; }; - - xdg.portal = { - enable = true; - extraPortals = [ - pkgs.xdg-desktop-portal-termfilechooser - pkgs.xdg-desktop-portal-gtk - ]; - config = { - common = { - default = ["gtk"]; - "org.freedesktop.impl.portal.FileChooser" = ["termfilechooser"]; - }; - }; - }; } \ No newline at end of file