Enable hyprland

This commit is contained in:
ItsDrike 2024-04-05 20:06:32 +02:00
parent c2f84f5072
commit f2c55741a1
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0

View file

@ -1,3 +1,10 @@
_: {
imports = [ ];
{
wayland.windowManager.hyprland = {
enable = true;
xwayland.enable = true;
systemd = {
enable = true;
variables = ["--all"];
};
};
}