hyprland: switch to nixpkgs hyprland package

This commit is contained in:
Charlie Root 2024-10-29 18:29:39 +01:00
commit ada6d15a19
Signed by: faukah
SSH key fingerprint: SHA256:jpYIt4Vkz1NBTQcks/N9OPTfTFxE6KF2W/rV7hrfrIw
4 changed files with 23 additions and 10 deletions

View file

@ -34,14 +34,14 @@ in {
package = mkOption {
type = package;
default = inputs'.hyprland.packages.hyprland;
default = pkgs.hyprland;
description = ''
The Hyprland package to be used.
'';
};
portalPackage = mkOption {
type = package;
default = inputs'.hyprland.packages.xdg-desktop-portal-hyprland;
default = pkgs.xdg-desktop-portal-hyprland;
description = "The hyprland portal package";
};
};