Merge pull request #28 from cnsta/xway

enabling xwayland for hyprland
This commit is contained in:
cnsta
2024-08-20 20:37:45 +02:00
committed by GitHub

View File

@@ -14,6 +14,7 @@ in {
config = mkIf cfg.enable {
programs.hyprland = {
enable = true;
xwayland.enable = true;
package = inputs.hyprland.packages.${pkgs.system}.default;
portalPackage = inputs.hyprland.packages.${pkgs.system}.xdg-desktop-portal-hyprland;
};