diff options
author | Franck Cuny <franck@fcuny.net> | 2022-03-25 17:56:00 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-03-25 17:56:00 -0700 |
commit | 6a50b334fb330a9c3f333c1bc370d94439233cb4 (patch) | |
tree | 032e0f5507fec364560ed62595ac0eaf0ac7af41 | |
parent | gitea: remove invalid configuration (diff) | |
download | world-6a50b334fb330a9c3f333c1bc370d94439233cb4.tar.gz |
common: ensure zsh is installed
Diffstat (limited to '')
-rw-r--r-- | hosts/common/system/software.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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; |