blob: 35a45656208aee040fa2b5f6b68400be01efee67 (
plain) (
tree)
|
|
{
hyprland,
system,
...
}: {
programs.hyprland = {
enable = true;
#Unstable package, used if features aren't available fast enough.
#package = hyprland.packages.${system}.hyprland;
xwayland.enable = true;
};
}
|