universe/hosts/common/programs/graphical/hyprland.nix
2025-03-03 00:00:20 +05:00

12 lines
226 B
Nix

{
inputs,
system,
...
}: {
programs.hyprland = {
enable = true;
package = inputs.hyprland.packages.${system}.hyprland;
portalPackage = inputs.hyprland.packages.${system}.xdg-desktop-portal-hyprland;
};
}