Add hyfetch settings

This commit is contained in:
ItsDrike 2024-06-20 16:09:01 +02:00
parent 5c1b4748e0
commit 5df0ffe4e5
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0

View file

@ -1,3 +1,21 @@
{ {
programs.hyfetch.enable = true; 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;
};
};
} }