steveej-laptop: enable zsh

This commit is contained in:
steveej 2017-05-04 13:56:14 +02:00
parent 2f454a18db
commit 803fbcd31a
2 changed files with 8 additions and 0 deletions

View file

@ -35,6 +35,13 @@
{ address = "10.254.254.254"; prefixLength = 24; } { address = "10.254.254.254"; prefixLength = 24; }
]; ];
programs.zsh = {
enable = true;
enableAutosuggestions = true;
enableCompletion = true;
syntax-highlighting.enable = true;
};
programs.bash = { programs.bash = {
enableCompletion = true; enableCompletion = true;
promptInit = '' promptInit = ''

View file

@ -21,6 +21,7 @@
"video" "video"
]; ];
hashedPassword = "removed"; hashedPassword = "removed";
shell = pkgs.zsh;
}; };
security.pam.enableU2F = true; security.pam.enableU2F = true;