From 6a50b334fb330a9c3f333c1bc370d94439233cb4 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Fri, 25 Mar 2022 17:56:00 -0700 Subject: common: ensure zsh is installed --- hosts/common/system/software.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'hosts/common/system') diff --git a/hosts/common/system/software.nix b/hosts/common/system/software.nix index dec632e..e872679 100644 --- a/hosts/common/system/software.nix +++ b/hosts/common/system/software.nix @@ -40,6 +40,7 @@ in { vim wget wireguard + zsh ]; programs.bcc.enable = true; -- cgit 1.4.1