16 lines
271 B
Nix
16 lines
271 B
Nix
{...}: {
|
|
programs.hyfetch = {
|
|
enable = true;
|
|
settings = {
|
|
preset = "transgender";
|
|
mode = "rgb";
|
|
light_dark = "dark";
|
|
lightness = 0.65;
|
|
color_align = {
|
|
mode = "horizontal";
|
|
};
|
|
backend = "neofetch";
|
|
};
|
|
};
|
|
}
|