summary refs log blame commit diff stats
path: root/sys/desktop/hyprland/default.nix
blob: f7c3ab188376d97ff45de793c6f12852c39fd2e8 (plain) (tree)
1
2
3
4
5
6




                           
{...}: {
  programs.hyprland = {
    enable = true;
    xwayland.enable = true;
  };
}