Enable zsh for wsl systems
This commit is contained in:
parent
e0462c4cfb
commit
863b5399e4
1 changed files with 10 additions and 0 deletions
|
|
@ -9,4 +9,14 @@
|
|||
environment.systemPackages = with pkgs; [
|
||||
home-manager
|
||||
];
|
||||
|
||||
programs = {
|
||||
zsh = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
users.users.nixos = {
|
||||
shell = pkgs.zsh;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue