summary refs log tree commit diff stats
path: root/sys/desktop/hyprland/default.nix
blob: fbbf933d25052c3df3d744e53793cff3d49de3a2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{
  hyprland,
  system,
  ...
}: {
  programs.hyprland = {
    enable = true;
    package = hyprland.packages.${system}.hyprland;
    xwayland.enable = true;
  };
}