Kieran's opinionated (and probably slightly dumb) nix config

chore: add space in home dir icon zsh

+1 -2
+1 -2
home-manager/home.nix
··· 140 140 directory = { 141 141 truncation_length = 1; 142 142 truncation_symbol = "…/"; 143 - home_symbol = " ~"; 143 + home_symbol = " ~"; 144 144 read_only_style = "197"; 145 145 read_only = "  "; 146 146 format = "at [$path]($style)[$read_only]($read_only_style) "; ··· 197 197 programs.zsh = { 198 198 enable = true; 199 199 enableCompletion = true; 200 - #autosuggestion.enable = true; 201 200 syntaxHighlighting.enable = true; 202 201 203 202 shellAliases = {