From e51daf9367fa65760a87231e78f55026889d1cdb Mon Sep 17 00:00:00 2001 From: chase Date: Wed, 14 May 2025 23:57:09 -0400 Subject: [PATCH] zsh fr --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index d0e4716..e5f4c49 100644 --- a/configuration.nix +++ b/configuration.nix @@ -111,13 +111,13 @@ # Install zsh programs.zsh.enable = true; - users.defaultUserShell = pkgs.zsh; # Define a user account. Don't forget to set a password with ‘passwd’. users.users.chase = { isNormalUser = true; description = "Chase"; extraGroups = [ "networkmanager" "wheel" ]; + shell = pkgs.zsh; }; # Install firefox.