Link: https://github.com/nix-community/stylix/pull/1360 Reviewed-by: pancho horrillo <pancho@pancho.name> Reviewed-by: awwpotato <awwpotato@voidq.com>
6 lines
131 B
Nix
6 lines
131 B
Nix
{ lib, ... }:
|
|
{
|
|
name = "foot";
|
|
homepage = "https://codeberg.org/dnkl/foot/";
|
|
maintainers = [ lib.maintainers.MrSom3body ];
|
|
}
|