NixOS dotfiles

✨ zsh config

+9
+9
home/zsh.nix
··· 22 22 eval "$(starship init zsh)" 23 23 eval "fastfetch" 24 24 ''; 25 + 26 + oh-my-zsh = { 27 + enable = true; 28 + plugins = [ 29 + "docker" 30 + "docker-compose" 31 + "history-substring-search" 32 + ]; 33 + }; 25 34 }; 26 35 }