Make bash the default shell but use zsh on workstations

This commit is contained in:
SebastianStork 2025-03-28 19:35:28 +01:00
parent 9c3607087f
commit ced818dedb
4 changed files with 10 additions and 11 deletions

View file

@ -50,20 +50,12 @@
users.mutableUsers = false;
programs = {
zsh = {
enable = true;
autosuggestions.enable = true;
syntaxHighlighting.enable = true;
};
neovim = {
programs.neovim = {
enable = true;
defaultEditor = true;
viAlias = true;
vimAlias = true;
};
};
environment.systemPackages = [
pkgs.git