diff --git a/nix/hosts/wsl-kumatani/configuration.nix b/nix/hosts/wsl-kumatani/configuration.nix index 947c46f..3c28902 100644 --- a/nix/hosts/wsl-kumatani/configuration.nix +++ b/nix/hosts/wsl-kumatani/configuration.nix @@ -12,6 +12,7 @@ networking.hostName = meta.hostname; programs.nix-ld.enable = true; hm.enable = true; + users.users.luca.shell = pkgs.zsh; environment.systemPackages = with pkgs; config.commonPackages ++ [ asciiquarium ];