diff --git a/users.nix b/users.nix index 2c0af31..9ce6c88 100644 --- a/users.nix +++ b/users.nix @@ -1,11 +1,15 @@ { pkgs, ...}: { + programs.zsh.enable = true; + environment.shells = with pkgs; [ zsh ]; + # Setup torjus user users.users.torjus = { isNormalUser = true; home = "/home/torjus"; description = "Torjus"; + shell = pkgs.zsh; extraGroups = [ "wheel" "networkmanager" ]; # Install some user packages packages = with pkgs; [