Files
nix-config/home-manager/programs/hyfetch.nix
T
autumn-the-kitty-cat ffe63a7a0d init: init
2025-11-17 22:58:39 -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;
};
};
}