11.stylix/modules/hyprpanel/meta.nix
khas-amir 3f70c58555
hyprpanel: init (#1916)
Closes: https://github.com/nix-community/stylix/issues/725
Link: https://github.com/nix-community/stylix/pull/1916

Reviewed-by: awwpotato <awwpotato@voidq.com>
Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2025-10-02 13:29:54 +02:00

6 lines
145 B
Nix

{ lib, ... }:
{
name = "HyprPanel";
homepage = "https://github.com/Jas-SinghFSU/HyprPanel";
maintainers = [ lib.maintainers.khas-amir ];
}