This commit is contained in:
shynd 2025-02-25 11:59:31 +01:00
parent 093741c7b8
commit 4cc45d0b56
1 changed files with 4 additions and 3 deletions

View File

@ -108,9 +108,10 @@ in
programs = {
hyprland = {
enable = true;
package = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland; #hyprland-git
portalPackage = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.xdg-desktop-portal-hyprland; #xdph-git
#portalPackage = pkgs.xdg-desktop-portal-hyprland; # xdph none git
# package = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland; #hyprland-git
# portalPackage = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.xdg-desktop-portal-hyprland; #xdph-git
portalPackage = pkgs.xdg-desktop-portal-hyprland; # xdph none git
xwayland.enable = true;
};