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

16 lines
271 B
Nix

{...}: {
programs.hyfetch = {
enable = true;
settings = {
preset = "transgender";
mode = "rgb";
light_dark = "dark";
lightness = 0.65;
color_align = {
mode = "horizontal";
};
backend = "neofetch";
};
};
}