home/programs: configure hyfetch
This commit is contained in:
parent
2ac966be49
commit
ac9332b512
1 changed files with 10 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue