diff options
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; |