omniflake/home/hyprland.nix
2026-03-04 19:50:45 +01:00

7 lines
84 B
Nix

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