replace neofetch with hyfetch

This commit is contained in:
Lillian Violet 2024-05-02 10:02:32 +02:00
parent aa7e9ac29c
commit 6f2f3bda95
3 changed files with 19 additions and 0 deletions

View file

@ -12,6 +12,7 @@
./shell/zsh.nix
./shell/starship.nix
./shell/eza.nix
./shell/hyfetch.nix
];
home = {
username = "lillian";

View file

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

View file

@ -19,6 +19,7 @@
lh = "ls -lah";
cat = "bat";
tree = "tre";
neofetch = "hyfetch";
};
plugins = [
{