about summary refs log tree commit diff stats
path: root/home-manager/config
diff options
context:
space:
mode:
Diffstat (limited to 'home-manager/config')
-rw-r--r--home-manager/config/zsh/config/zsh-init.sh2
-rw-r--r--home-manager/config/zsh/default.nix1
2 files changed, 1 insertions, 2 deletions
diff --git a/home-manager/config/zsh/config/zsh-init.sh b/home-manager/config/zsh/config/zsh-init.sh
index e9b84a41..75bb7668 100644
--- a/home-manager/config/zsh/config/zsh-init.sh
+++ b/home-manager/config/zsh/config/zsh-init.sh
@@ -2,7 +2,7 @@
 [[ $- != *i* ]] && return
 
 # Flex on the ubuntu users
-[ "$NVIM" ] || neofetch || hyfetch
+[ "$NVIM" ] || hyfetch
 #loginctl show-session $XDG_SESSION_ID
 
 ## Enable colors and change prompt:
diff --git a/home-manager/config/zsh/default.nix b/home-manager/config/zsh/default.nix
index e7555235..8ba7e12f 100644
--- a/home-manager/config/zsh/default.nix
+++ b/home-manager/config/zsh/default.nix
@@ -42,7 +42,6 @@
     loginExtra =
       ''
         eval $(ssh-agent -s) > /dev/null # start ssh agent
-        export ENHANCHED_NEOFETCH="$(pacman -Qn | wc -l) (pacman), $(pacman -Qm | wc -l) (aur), $(($(cargo install --list | wc -l ) / 2)) (cargo)"
       ''
       + lib.concatStringsSep "\nsetopt " [
         "setopt AUTO_CD" # This is needed as first item