Link: https://github.com/nix-community/stylix/pull/1384 Reviewed-by: Flameopathic <64027365+Flameopathic@users.noreply.github.com> Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
5 lines
97 B
Nix
5 lines
97 B
Nix
{ mkTarget, ... }:
|
|
mkTarget {
|
|
name = "gnome-text-editor";
|
|
humanName = "GNOME Text Editor";
|
|
}
|