ZSH setup
This commit is contained in:
parent
d21dfbc6fd
commit
d1ed945935
3 changed files with 16 additions and 1 deletions
|
|
@ -65,12 +65,16 @@
|
|||
# Configure console keymap
|
||||
console.keyMap = "de";
|
||||
|
||||
# enable zsh to allow setting it as a default shell
|
||||
programs.zsh.enable = true;
|
||||
|
||||
# Define a user account. Don't forget to set a password with ‘passwd’.
|
||||
users.users.clemens = {
|
||||
isNormalUser = true;
|
||||
description = "clemens";
|
||||
initialPassword = "123456";
|
||||
extraGroups = [ "networkmanager" "wheel" ];
|
||||
shell = pkgs.zsh;
|
||||
};
|
||||
|
||||
# home manager
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue