FrameworkNix/programs/hyfetch.nix

13 lines
182 B
Nix
Raw Normal View History

2024-02-19 23:19:01 +00:00
{
programs.hyfetch = {
enable = true;
settings = {
preset = "bisexual";
mode = "rgb";
color_align = {
mode = "horizontal";
};
};
};
}