Skip to content

Commit

Permalink
nix/module: use xdph package directly
Browse files Browse the repository at this point in the history
The downstream module already applies hyprland's
finalPackage to the portalPackage.
  • Loading branch information
fufexan committed Jan 29, 2025
1 parent 089f027 commit accd9f9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions nix/module.nix
Original file line number Diff line number Diff line change
Expand Up @@ -205,9 +205,7 @@ in {
{
programs.hyprland = {
package = lib.mkDefault inputs.self.packages.${system}.hyprland;
portalPackage = lib.mkDefault (inputs.self.packages.${system}.xdg-desktop-portal-hyprland.override {
hyprland = cfg.finalPackage;
});
portalPackage = lib.mkDefault inputs.self.packages.${system}.xdg-desktop-portal-hyprland;
};
}
(lib.mkIf cfg.enable {
Expand Down

0 comments on commit accd9f9

Please sign in to comment.