Closes: https://github.com/nix-community/stylix/issues/560 Link: https://github.com/nix-community/stylix/pull/1938 Co-authored-by: NAHO <90870942+trueNAHO@users.noreply.github.com> Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
6 lines
132 B
Nix
6 lines
132 B
Nix
{ lib, ... }:
|
|
{
|
|
name = "vivid";
|
|
homepage = "https://github.com/sharkdp/vivid";
|
|
maintainers = [ lib.maintainers.arunoruto ];
|
|
}
|