Link: https://github.com/nix-community/stylix/pull/958 Reviewed-by: Daniel Thwaites <danth@danth.me> Reviewed-by: awwpotato <awwpotato@voidq.com> Co-authored-by: NAHO <90870942+trueNAHO@users.noreply.github.com> Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
6 lines
158 B
Nix
6 lines
158 B
Nix
{ lib, ... }:
|
|
{
|
|
name = "GNOME Text Editor";
|
|
homepage = "https://gitlab.gnome.org/GNOME/gnome-text-editor";
|
|
maintainers = [ lib.maintainers.bricked ];
|
|
}
|