diff --git a/workstation/configuration.nix b/workstation/configuration.nix index e00a94f..fa4c838 100644 --- a/workstation/configuration.nix +++ b/workstation/configuration.nix @@ -98,8 +98,10 @@ alsa.enable = true; pulse.enable = true; }; - programs.steam.enable = true; + programs.steam.enable = true; + programs.zsh.enable = true; + users.users.geir = { isNormalUser = true; extraGroups = [ "networkmanager" "wheel" ];