fix(hyprland): register portal once

This commit is contained in:
Barrett Ruth 2026-02-15 01:36:29 -05:00
parent 4729625193
commit d31c05e1c4
Signed by: barrett
GPG key ID: A6C96C9349D2FC81

View file

@ -85,7 +85,7 @@ in
programs.hyprland = {
enable = true;
package = hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland;
portalPackage = hyprland.packages.${pkgs.stdenv.hostPlatform.system}.xdg-desktop-portal-hyprland;
portalPackage = null;
};
hardware.bluetooth.enable = true;