From 0c32392dcf7b38b37ac8d8191b2b286e536eb9ed Mon Sep 17 00:00:00 2001 From: Ezri Zhu Date: Thu, 26 Sep 2024 10:14:20 -0400 Subject: [PATCH] add zsh pt2 --- common/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/default.nix b/common/default.nix index 364b3ac..a98d7cf 100644 --- a/common/default.nix +++ b/common/default.nix @@ -14,8 +14,8 @@ openssl git podman-tui - zsh ]; + programs.zsh.enable = true; security.sudo.wheelNeedsPassword = false; networking.firewall.enable = false; services.openssh.enable = true;