Closes: https://github.com/nix-community/stylix/issues/2148 Link: https://github.com/nix-community/stylix/pull/2199 Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
6 lines
121 B
Nix
6 lines
121 B
Nix
{ lib, ... }:
|
|
{
|
|
name = "Sioyek";
|
|
homepage = "https://sioyek.info";
|
|
maintainers = [ lib.maintainers.dastarruer ];
|
|
}
|