nixdots/home/programs/terminal/tools/hyfetch.nix

22 lines
419 B
Nix
Raw Normal View History

2024-04-04 22:51:24 +00:00
{
2024-06-20 14:09:01 +00:00
programs.hyfetch = {
enable = true;
settings = {
preset = "rainbow";
mode = "rgb";
light_dark = "dark";
lightness = 0.65;
color_align = {
mode = "horizontal";
custom_colors = [];
force_back = null;
};
backend = "neofetch";
args = null;
distro = null;
pride_month_shown = [];
pride_month_disable = true;
};
};
2024-04-04 22:51:24 +00:00
}