Added fastfetch as a ZSH start command

This commit is contained in:
Alexandre1a 2026-01-08 08:34:10 +01:00
parent 340db495d2
commit 4837920fbc
No known key found for this signature in database
GPG Key ID: CE01C28FBC5EEF10

View File

@ -6,15 +6,12 @@
package = pkgs.zsh; package = pkgs.zsh;
enableCompletion = true; enableCompletion = true;
autocd = true; autocd = true;
loginExtra = "echo Hello World!"; loginExtra = "fastfetch --logo mac2_small -s DateTime:Battery:CPU:GPU:Memory:Host:Media";
autosuggestion = { autosuggestion = {
enable = true; enable = true;
strategy = "match_prev_cmd"; strategy = [ "match_prev_cmd" ];
}; highlight = "fg=grey, underline";
dirHashes = {
code = "$\{config.home.homeDirectory}/Developer";
}; };
history = { history = {
@ -40,8 +37,8 @@
"fzf" "fzf"
"gh" "gh"
"kitty" "kitty"
"zsh-autosuggestions" #"zsh-autosuggestions"
"zsh-syntax-highlighting" #"zsh-syntax-highlighting"
]; ];
}; };
}; };