Link: https://github.com/nix-community/stylix/pull/1700 Reviewed-by: awwpotato <awwpotato@voidq.com>
7 lines
118 B
Nix
7 lines
118 B
Nix
{ mkTarget, ... }:
|
|
mkTarget {
|
|
name = "gtksourceview";
|
|
humanName = "GTKSourceView";
|
|
|
|
# Used to enable overlay.
|
|
}
|