Throw `environment.shells` into `nixosConfigurations.nixos-wsl`.

This commit is contained in:
Whovian NTSN 2024-06-17 15:44:42 -04:00
parent fb41970d29
commit 11f788fe86
1 changed files with 4 additions and 0 deletions

View File

@ -131,6 +131,10 @@
openssh.authorizedKeys.keys = mySSHKeys;
};
environment.shells = [
"${pkgs.zsh}"
];
home-manager = {
useGlobalPkgs = true;
useUserPackages = true;