From 250cb1f4841b5127cff1a85721233a684f10a039 Mon Sep 17 00:00:00 2001 From: Geir Okkenhaug Jerstad Date: Tue, 11 Jun 2024 09:35:50 +0200 Subject: [PATCH] set zsh enable to true --- workstation/configuration.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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" ];