fix: change wsl shell to zsh

This commit is contained in:
2025-01-22 03:23:53 +00:00
parent babf4c5fc4
commit c3ada3e515

View File

@@ -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 ];