diff options
Diffstat (limited to 'labsrv01/configuration.nix')
| -rw-r--r-- | labsrv01/configuration.nix | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/labsrv01/configuration.nix b/labsrv01/configuration.nix index cff0a7b..9d37f38 100644 --- a/labsrv01/configuration.nix +++ b/labsrv01/configuration.nix @@ -105,7 +105,9 @@ ]; }; - environment.systemPackages = with pkgs; []; + environment.systemPackages = with pkgs; [ + sbctl + ]; # Enable zsh system-wide programs.zsh.enable = true; |
