summary refs log tree commit diff stats
path: root/sys/desktop/hyprland/default.nix
blob: 35a45656208aee040fa2b5f6b68400be01efee67 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{
  hyprland,
  system,
  ...
}: {
  programs.hyprland = {
    enable = true;
    #Unstable package, used if features aren't available fast enough.
    #package = hyprland.packages.${system}.hyprland;
    xwayland.enable = true;
  };
}