20 lines
385 B
Nix
20 lines
385 B
Nix
{ ... }:
|
|
{
|
|
programs.hyfetch = {
|
|
enable = true;
|
|
settings = {
|
|
preset = "transgender";
|
|
mode = "rgb";
|
|
auto_detect_light_dark = true;
|
|
light_dark = "dark";
|
|
lightness = 0.65;
|
|
color_align = {
|
|
mode = "horizontal";
|
|
};
|
|
backend = "neofetch";
|
|
args = null;
|
|
distro = null;
|
|
pride_month_disable = false;
|
|
};
|
|
};
|
|
}
|