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 = {
enable = true;
settings = {
preset = "trans";
mode = "rgb";
color_align = {
mode = "horizontal";
};
};
# settings = {
# preset = "trans";
# mode = "rgb";
# color_align = {
# mode = "horizontal";
# };
# };
};
}