steveej-laptop: enable zsh
This commit is contained in:
parent
2f454a18db
commit
803fbcd31a
2 changed files with 8 additions and 0 deletions
|
@ -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 = ''
|
||||||
|
|
|
@ -21,6 +21,7 @@
|
||||||
"video"
|
"video"
|
||||||
];
|
];
|
||||||
hashedPassword = "removed";
|
hashedPassword = "removed";
|
||||||
|
shell = pkgs.zsh;
|
||||||
};
|
};
|
||||||
|
|
||||||
security.pam.enableU2F = true;
|
security.pam.enableU2F = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue