hyfetch: add config
This commit is contained in:
parent
1453a28045
commit
85dd4caa12
1 changed files with 8 additions and 1 deletions
|
|
@ -7,7 +7,14 @@
|
||||||
config = lib.mkIf config.settings.programs.hyfetch.enable {
|
config = lib.mkIf config.settings.programs.hyfetch.enable {
|
||||||
programs.hyfetch = {
|
programs.hyfetch = {
|
||||||
enable = true;
|
enable = true;
|
||||||
#todo add hyfetch config
|
settings = {
|
||||||
|
preset = "nonbinary";
|
||||||
|
lightness = 0.64;
|
||||||
|
color_align = {
|
||||||
|
mode = "horizontal";
|
||||||
|
};
|
||||||
|
backend = "fastfetch";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue