mirror of
https://github.com/ItsDrike/nixdots
synced 2025-02-25 03:19:02 +00:00
10 lines
166 B
Nix
10 lines
166 B
Nix
{
|
|
wayland.windowManager.hyprland = {
|
|
enable = true;
|
|
xwayland.enable = true;
|
|
systemd = {
|
|
enable = true;
|
|
variables = ["--all"];
|
|
};
|
|
};
|
|
}
|