diff --git a/programs/zsh.nix b/programs/zsh.nix index aa36db1..39add09 100644 --- a/programs/zsh.nix +++ b/programs/zsh.nix @@ -16,7 +16,7 @@ # Run fastfetch if command -v fastfetch >/dev/null 2>&1; then - fastfetch + fastfetch --logo none fi '';