9 lines
155 B
Nix
9 lines
155 B
Nix
{ lib, ... }:
|
|
{
|
|
name = "Hyprland";
|
|
homepage = "https://github.com/hyprwm/Hyprland";
|
|
maintainers = with lib.maintainers; [
|
|
naho
|
|
skoove
|
|
];
|
|
}
|