diff --git a/hosts/wsl/configuration.nix b/hosts/wsl/configuration.nix index dd38f2c..ab7f5de 100644 --- a/hosts/wsl/configuration.nix +++ b/hosts/wsl/configuration.nix @@ -1,4 +1,4 @@ -{ inputs, ... }: +{ pkgs, inputs, ... }: { imports = [ @@ -7,6 +7,8 @@ wsl.enable = true; wsl.defaultUser = "toast"; + programs.zsh.enable = true; + users.users.toast.shell = pkgs.zsh; networking.hostName = "wsl";