nixos/home/lilith/hyfetch.nix
2026-04-29 16:13:46 +02:00

16 lines
311 B
Nix

{ pkgs, ... }:
{
home.packages = with pkgs; [ fastfetch ];
programs.hyfetch = {
enable = true;
settings = {
preset = "transgender";
pride_month_disable = true;
mode = "rgb";
lightness = 0.55;
color_align.mode = "horizontal";
backend = "fastfetch";
};
};
}