update hyfetch settings - more to come...

This commit is contained in:
Miranda Marquez 2024-06-04 13:51:46 -08:00
parent ef7271e4a6
commit 5c1ba508f7

View File

@ -102,12 +102,12 @@ with lib.hm.gvariant;
programs.hyfetch = { programs.hyfetch = {
enable = true; enable = true;
settings = { settings = {
preset = "genderfluid"; preset = "nonbinary";
mode = "rgb"; mode = "rgb";
color_align = { color_align = {
mode = "horizontal"; mode = "horizontal";
}; };
backend = "neofetch"; backend = "fastfetch";
}; };
}; };