This commit is contained in:
Lilith 2025-04-02 02:24:01 +02:00
parent 9c6d103869
commit df697efe82
Signed by: lilith
GPG key ID: 8712A0F317C37175
2 changed files with 12 additions and 0 deletions

View file

@ -31,5 +31,6 @@
./zsh
./nushell.nix
./hyfetch.nix
];
}

11
home/lilith/hyfetch.nix Normal file
View file

@ -0,0 +1,11 @@
{ ... }:
{
programs.hyfetch = {
enable = true;
settings = {
preset = "trans";
mode = "rgb";
color_align.mode = "horizontal";
};
};
}