home/programs: configure hyfetch

This commit is contained in:
Anthony Rodriguez 2024-11-26 18:15:09 +01:00
parent 2ac966be49
commit ac9332b512
Signed by: nezia
GPG key ID: EE3BE97C040A86CE

View file

@ -14,7 +14,16 @@
# idk where to put this # idk where to put this
programs = { programs = {
fzf.enable = true; fzf.enable = true;
hyfetch.enable = true; fastfetch.enable = true;
hyfetch = {
enable = true;
settings = {
preset = "nonbinary";
mode = "rgb";
backend = "fastfetch";
color_align.mode = "horizontal";
};
};
}; };
# miscellaneous programs that do not need to be configured # miscellaneous programs that do not need to be configured