11 lines
192 B
Nix
11 lines
192 B
Nix
{...}: {
|
|
preset = "transgender";
|
|
mode = "rgb";
|
|
light_dark = "dark";
|
|
lightness = 0.65;
|
|
color_align = {
|
|
mode = "horizontal";
|
|
};
|
|
backend = "neofetch";
|
|
distro = "nixos_old";
|
|
}
|