use flake package instead

This commit is contained in:
Noa Aarts 2024-04-12 11:51:46 +02:00
parent d07599681f
commit 9784b50b35

View file

@ -139,6 +139,7 @@
programs.hyprland = { programs.hyprland = {
enable = true; enable = true;
package = inputs.hyprland.packages.${pkgs.system}.hyprland;
portalPackage = pkgs.xdg-desktop-portal-hyprland; portalPackage = pkgs.xdg-desktop-portal-hyprland;
}; };