nixos-config/home-manager/fetch.nix

14 lines
190 B
Nix
Raw Normal View History

2024-06-24 21:53:35 +02:00
{ ... }:
{
programs.hyfetch = {
enable = true;
settings = {
preset = "lesbian";
mode = "rgb";
color_align = {
mode = "horizontal";
};
};
};
}