Link: https://github.com/nix-community/stylix/pull/1280 Reviewed-by: musjj <72612857+musjj@users.noreply.github.com>
6 lines
142 B
Nix
6 lines
142 B
Nix
{ lib, ... }:
|
|
{
|
|
name = "Alacritty";
|
|
homepage = "https://github.com/alacritty/alacritty";
|
|
maintainers = [ lib.maintainers.awwpotato ];
|
|
}
|