hyprland: switch to nixpkgs hyprland package
This commit is contained in:
parent
1a22848985
commit
ada6d15a19
4 changed files with 23 additions and 10 deletions
|
@ -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";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue