Failed attempts at fixing hyprland

This commit is contained in:
2024-05-24 00:00:47 +02:00
parent cf7bbd9557
commit 2ce97c825a
5 changed files with 18 additions and 205 deletions

View File

@@ -94,7 +94,7 @@
services.xserver.windowManager.i3.enable = true;
programs.hyprland = {
enable = true;
package = inputs.hyprland.packages.${pkgs.system}.hyprland;
# package = inputs.hyprland.packages.${pkgs.system}.hyprland;
xwayland.enable = true;
portalPackage = pkgs.xdg-desktop-portal-hyprland;
};