hyprland fix

This commit is contained in:
Aleksandr Lebedev 2025-09-07 12:16:39 +02:00
parent 51a63b2988
commit 9ca9d1a91d

View file

@ -54,7 +54,10 @@ with lib.custom; {
services.xserver = { services.xserver = {
enable = true; enable = true;
}; };
programs.hyprland.enable = true; programs.hyprland = {
enable = true;
systemd.setPath = enabled;
};
networking.firewall.allowedTCPPorts = [22 25565]; networking.firewall.allowedTCPPorts = [22 25565];
networking.firewall.allowedUDPPorts = [22 25565]; networking.firewall.allowedUDPPorts = [22 25565];