Link: https://github.com/nix-community/stylix/pull/1566 Reviewed-by: awwpotato <awwpotato@voidq.com> Reviewed-by: Daniel Thwaites <danth@danth.me>
6 lines
132 B
Nix
6 lines
132 B
Nix
{ lib, ... }:
|
|
{
|
|
name = "Emacs";
|
|
homepage = "https://www.gnu.org/software/emacs";
|
|
maintainers = [ lib.maintainers.panchoh ];
|
|
}
|