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



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