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

18 lines
229 B
Nix
Raw Normal View History

2024-05-02 10:02:32 +02:00
{
config,
lib,
pkgs,
...
}: {
programs.hyfetch = {
enable = true;
# settings = {
# preset = "trans";
# mode = "rgb";
# color_align = {
# mode = "horizontal";
# };
# };
2024-05-02 10:02:32 +02:00
};
}