From 729ce0f786a09cb5f5dcea9e792d2f0b37d4d37b Mon Sep 17 00:00:00 2001 From: RGBCube Date: Sat, 11 Nov 2023 21:23:16 +0300 Subject: [PATCH] Add XDG Desktop Portal for Hyprland --- machines/enka/hyprland/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) 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" {