Throw environment.shells
into nixosConfigurations.nixos-wsl
.
This commit is contained in:
parent
fb41970d29
commit
11f788fe86
1 changed files with 4 additions and 0 deletions
|
@ -131,6 +131,10 @@
|
||||||
openssh.authorizedKeys.keys = mySSHKeys;
|
openssh.authorizedKeys.keys = mySSHKeys;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
environment.shells = [
|
||||||
|
"${pkgs.zsh}"
|
||||||
|
];
|
||||||
|
|
||||||
home-manager = {
|
home-manager = {
|
||||||
useGlobalPkgs = true;
|
useGlobalPkgs = true;
|
||||||
useUserPackages = true;
|
useUserPackages = true;
|
||||||
|
|
Loading…
Reference in a new issue