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>
6 lines
145 B
Nix
6 lines
145 B
Nix
{ lib, ... }:
|
|
{
|
|
name = "HyprPanel";
|
|
homepage = "https://github.com/Jas-SinghFSU/HyprPanel";
|
|
maintainers = [ lib.maintainers.khas-amir ];
|
|
}
|