more zsh settings

This commit is contained in:
Mohamed Chrayed 2024-08-06 18:51:17 +02:00
parent 02db95c130
commit d5ed0a1880

View File

@ -2,4 +2,6 @@
:{ :{
users.defaultUserShell = pkgs.zsh; users.defaultUserShell = pkgs.zsh;
programs.zsh.enableCompletion = true; programs.zsh.enableCompletion = true;
programs.zsh.ohMyZsh.enable = true;
programs.zsh.ohMyZsh.theme = "agnoster";
} }