diff --git a/machines/remote-builder-01/configuration.nix b/machines/remote-builder-01/configuration.nix index d624f04..5c11e95 100644 --- a/machines/remote-builder-01/configuration.nix +++ b/machines/remote-builder-01/configuration.nix @@ -45,7 +45,7 @@ # List packages installed in system profile. To search, run: # $ nix search wget - environment.systemPackages = with pkgs; [ vim wget ]; + environment.systemPackages = with pkgs; [ vim wget kitty.terminfo ]; # Some programs need SUID wrappers, can be configured further or are # started in user sessions.