home/default: Remove zsh because it's a module now

This commit is contained in:
fleaz 2023-09-26 16:23:34 +02:00
parent 4e0eec0b26
commit 40e0acb151
No known key found for this signature in database
GPG key ID: AED15F8FDD04D083

View file

@ -140,24 +140,6 @@ in
# e.g. for vscode
nixpkgs.config.allowUnfree = true;
programs.zsh = {
enable = true;
oh-my-zsh = {
enable = true;
plugins = [ "git" "fzf" ];
theme = "kolo";
};
history = {
share = false; # every terminal has it's own history
size = 10000;
};
shellAliases = {
"dl" = "ls -lhtr --color=always ~/Downloads | tail -n 10"; # Show the 10 newest Downloads
"notes" = "vim ~/codemonauts/notes.md"; # Open my work notes
"buzzer" = "ssh -i Nextcloud/Privat/id_door door@door.w17.io buzzer";
};
};
programs.git = {
enable = true;
userName = "fleaz";