Switch to new ascii art for neofetch

This commit is contained in:
Tyler Kelley 2024-02-17 19:17:13 -06:00
parent 57ec06653c
commit fe31b31667
4 changed files with 4 additions and 1 deletions

View File

@ -34,6 +34,7 @@ lib.mkIf (theShell == "bash") {
la="lsd -a";
lal="lsd -al";
".."="cd ..";
neofetch="neofetch --ascii ~/.config/ascii-neofetch";
};
};
}

View File

@ -8,6 +8,7 @@
home.file.".face.icon".source = ./files/face.jpg; # For SDDM
home.file.".config/rofi/rofi.jpg".source = ./files/rofi.jpg;
home.file.".config/starship.toml".source = ./files/starship.toml;
home.file.".config/ascii-neofetch".source = ./files/ascii-neofetch;
home.file.".local/share/fonts" = {
source = ./files/fonts;
recursive = true;

View File

@ -3,7 +3,7 @@
{
home.file.".config/neofetch/config.conf".text = ''
print_info() {
info "$(color 6) OS " distro
prin "$(color 6) ZaneyOS $ZOSVER "
info underline
info "$(color 7) VER" kernel
info "$(color 2) UP " uptime

View File

@ -54,6 +54,7 @@ lib.mkIf (theShell == "zsh") {
la="lsd -a";
lal="lsd -al";
".."="cd ..";
neofetch="neofetch --ascii ~/.config/ascii-neofetch";
};
};
}