From 9784b50b354b0cd4c0c28ae5faafb9658c62a631 Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Fri, 12 Apr 2024 11:51:46 +0200 Subject: [PATCH] use flake package instead --- hosts/default/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/default/configuration.nix b/hosts/default/configuration.nix index aed0068..000e77d 100644 --- a/hosts/default/configuration.nix +++ b/hosts/default/configuration.nix @@ -139,6 +139,7 @@ programs.hyprland = { enable = true; + package = inputs.hyprland.packages.${pkgs.system}.hyprland; portalPackage = pkgs.xdg-desktop-portal-hyprland; };