From ef938f74f23589493b2282638c225e5b54f08228 Mon Sep 17 00:00:00 2001 From: NullBite Date: Tue, 21 May 2024 18:19:13 -0400 Subject: [PATCH] hyprland: use xdph from flake --- system/sessions/hyprland.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/system/sessions/hyprland.nix b/system/sessions/hyprland.nix index 5f7c197..f82512a 100644 --- a/system/sessions/hyprland.nix +++ b/system/sessions/hyprland.nix @@ -2,6 +2,7 @@ let cfg = config.nixfiles.sessions.hyprland; flake-package = inputs.hyprland.packages.${pkgs.system}.hyprland; + flake-portal = inputs.hyprland.packages.${pkgs.system}.xdg-desktop-portal-hyprland; in { # imports = [ @@ -44,6 +45,7 @@ in # enableNvidiaPatches = lib.mkIf (!cfg.useFlake) lib.mkDefault true; xwayland.enable = true; package = lib.mkIf cfg.useFlake flake-package; + portalPackage = lib.mkIf cfg.useFlake flake-portal; }; hardware.opengl = let