2024-11-03 10:13:53 -08:00
|
|
|
{ ... }:
|
2024-11-02 15:35:48 -07:00
|
|
|
{
|
2024-10-26 20:50:01 -07:00
|
|
|
programs.hyfetch = {
|
|
|
|
enable = true;
|
|
|
|
|
|
|
|
settings = {
|
|
|
|
preset = "lesbian";
|
|
|
|
mode = "rgb";
|
|
|
|
light_dark = "dark";
|
|
|
|
lightness = 0.7;
|
|
|
|
color_align = {
|
|
|
|
mode = "horizontal";
|
2024-11-02 15:35:48 -07:00
|
|
|
custom_colors = [ ];
|
2024-10-26 20:50:01 -07:00
|
|
|
fore_back = null;
|
|
|
|
};
|
|
|
|
backend = "neofetch";
|
|
|
|
args = null;
|
|
|
|
distro = null;
|
2024-11-02 15:35:48 -07:00
|
|
|
pride_month_shown = [ ];
|
2024-10-26 20:50:01 -07:00
|
|
|
pride_month_disable = false;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
}
|