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>
9 lines
191 B
Nix
9 lines
191 B
Nix
{ mkTarget, ... }:
|
|
mkTarget {
|
|
name = "gnome-text-editor";
|
|
humanName = "GNOME Text Editor";
|
|
|
|
configElements = {
|
|
dconf.settings."org/gnome/TextEditor".style-scheme = "stylix";
|
|
};
|
|
}
|