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

18 lines
229 B
Nix

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