This commit is contained in:
CDaut 2024-04-18 17:28:09 +02:00
parent 6d28c38525
commit c63a896abf
Signed by: clara
GPG key ID: 223391B52FAD4463
4 changed files with 9 additions and 9 deletions

View file

@ -3,7 +3,7 @@
programs.zsh = {
enable = true;
enableCompletion = true;
enableAutosuggestions = true;
autosuggestion.enable = true;
oh-my-zsh = {
enable = true;
plugins = [ "git" "battery" "docker" "docker-compose" "virtualenv" ];