hyfetch doesn't work, let's see if it's settings

This commit is contained in:
Lillian Violet 2024-05-02 10:07:26 +02:00
parent de0fdb756d
commit 814440e96a

View file

@ -6,12 +6,12 @@
}: { }: {
programs.hyfetch = { programs.hyfetch = {
enable = true; enable = true;
settings = { # settings = {
preset = "trans"; # preset = "trans";
mode = "rgb"; # mode = "rgb";
color_align = { # color_align = {
mode = "horizontal"; # mode = "horizontal";
}; # };
}; # };
}; };
} }