Fix spacing

This commit is contained in:
Hadi
2024-05-09 13:33:18 +02:00
parent a26fbaa2c3
commit abfe7ca839
15 changed files with 172 additions and 91 deletions

View File

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