dotfiles/modules/hyfetch.nix
Lucy von Overheidt 4348bef5ac meow
2025-09-09 19:50:59 +02:00

20 lines
391 B
Nix

{ pkgs, ... }:
{
programs.hyfetch = {
enable = true;
settings = {
preset = "transgender";
mode = "rgb";
auto_detect_light_dark = true;
light_dark = "dark";
lightness = 0.65;
color_align = {
mode = "horizontal";
};
backend = "neofetch";
args = null;
distro = null;
pride_month_disable = false;
};
};
}