about summary refs log tree commit diff
path: root/hosts/common/system/software.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-03-25 17:56:00 -0700
committerFranck Cuny <franck@fcuny.net>2022-03-25 17:56:00 -0700
commit6a50b334fb330a9c3f333c1bc370d94439233cb4 (patch)
tree032e0f5507fec364560ed62595ac0eaf0ac7af41 /hosts/common/system/software.nix
parentgitea: remove invalid configuration (diff)
downloadworld-6a50b334fb330a9c3f333c1bc370d94439233cb4.tar.gz
common: ensure zsh is installed
Diffstat (limited to 'hosts/common/system/software.nix')
-rw-r--r--hosts/common/system/software.nix1
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;