hyprland fix
This commit is contained in:
parent
51a63b2988
commit
9ca9d1a91d
1 changed files with 4 additions and 1 deletions
|
|
@ -54,7 +54,10 @@ with lib.custom; {
|
|||
services.xserver = {
|
||||
enable = true;
|
||||
};
|
||||
programs.hyprland.enable = true;
|
||||
programs.hyprland = {
|
||||
enable = true;
|
||||
systemd.setPath = enabled;
|
||||
};
|
||||
|
||||
networking.firewall.allowedTCPPorts = [22 25565];
|
||||
networking.firewall.allowedUDPPorts = [22 25565];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue