{ config, lib, ... }: { programs.hyfetch = { enable = lib.mkDefault false; settings = { backend = "neofetch"; color_align.mode = "horizontal"; distro = "nixos_small"; mode = "rgb"; preset = "transgender"; pride_month_disable = false; }; }; xdg.configFile."neofetch/config.conf".source = ./config.conf; }