This commit is contained in:
Hadi
2024-04-20 00:02:59 +02:00
parent a37de9940f
commit 637accfc1c
10 changed files with 19 additions and 65 deletions

View File

@@ -9,9 +9,13 @@
syntaxHighlighting.enable = true;
historySubstringSearch.enable = true;
# If the variable config.theme.print-neofetch is set to true, neofetch will be printed
initExtraFirst = ''
bindkey -e
${pkgs.neofetch}/bin/neofetch
${if config.theme.print-neofetch then
pkgs.neofetch + "/bin/neofetch"
else
""}
'';
history = {