From c3ada3e515fa2c473f66dd0991587b0f780a1c8b Mon Sep 17 00:00:00 2001 From: rocketcamel Date: Wed, 22 Jan 2025 03:23:53 +0000 Subject: [PATCH] fix: change wsl shell to zsh --- nix/hosts/wsl-kumatani/configuration.nix | 1 + 1 file changed, 1 insertion(+) 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 ];