11.stylix/modules/hyprland/meta.nix
2025-05-18 14:09:50 +01:00

9 lines
155 B
Nix

{ lib, ... }:
{
name = "Hyprland";
homepage = "https://github.com/hyprwm/Hyprland";
maintainers = with lib.maintainers; [
naho
skoove
];
}