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



           
                       
                                                                     

                           
{
  hyprland,
  system,
  ...
}: {
  programs.hyprland = {
    enable = true;
    #Unstable package, used if features aren't available fast enough.
    #package = hyprland.packages.${system}.hyprland;
    xwayland.enable = true;
  };
}