Files
nix-config/home/pc/common/programs/hyfetch.nix
T
2025-12-01 18:33:37 -05:00

14 lines
236 B
Nix

{ ... }:
{
programs.hyfetch = {
enable = true;
settings = {
preset = "transgender";
mode = "rgb";
color_align.mode = "horizontal";
backend = "fastfetch";
pride_month_disable = true;
};
};
}