summary refs log tree commit diff stats
path: root/sys/desktop/hyprland/default.nix
blob: f7c3ab188376d97ff45de793c6f12852c39fd2e8 (plain) (blame)
1
2
3
4
5
6
{...}: {
  programs.hyprland = {
    enable = true;
    xwayland.enable = true;
  };
}