NixOS-Config/home-manager/shared/shell/hyfetch.nix

17 lines
201 B
Nix

{
config,
lib,
pkgs,
...
}: {
programs.hyfetch = {
enable = true;
settings = {
preset = "transgender";
color_align = {
mode = "horizontal";
};
};
};
}