mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 19:51:34 +01:00
Make bash the default shell but use zsh on workstations
This commit is contained in:
parent
9c3607087f
commit
ced818dedb
4 changed files with 10 additions and 11 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue