nixdots/home/programs/graphical/wms/hyprland/default.nix
2024-04-05 20:06:32 +02:00

11 lines
166 B
Nix

{
wayland.windowManager.hyprland = {
enable = true;
xwayland.enable = true;
systemd = {
enable = true;
variables = ["--all"];
};
};
}