omniflake/home/modules/hyprland.nix
2026-03-10 14:34:01 +01:00

7 lines
84 B
Nix

{ ... }:
{
wayland.windowManager.hyprland = {
systemd.enable = false;
};
}