hyfetch: add config

This commit is contained in:
Veneficium 2025-08-09 20:46:57 +02:00
parent 1453a28045
commit 85dd4caa12

View file

@ -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";
};
}; };
}; };
} }