diff --git a/machines/enka/hyprland/default.nix b/machines/enka/hyprland/default.nix index 7b073ca..d925d2a 100644 --- a/machines/enka/hyprland/default.nix +++ b/machines/enka/hyprland/default.nix @@ -2,6 +2,12 @@ (systemConfiguration { hardware.opengl = enabled {}; + + xdg.portal = enabled { + extraPortals = with pkgs; [ + xdg-desktop-portal-hyprland + ]; + }; }) (homeConfiguration "nixos" {