diff --git a/profiles/kat/home/packages.nix b/profiles/kat/home/packages.nix index 128cae6e..1dd2d8b7 100644 --- a/profiles/kat/home/packages.nix +++ b/profiles/kat/home/packages.nix @@ -2,6 +2,6 @@ { config = lib.mkIf config.deploy.profile.kat { - home.packages = with pkgs; [ kitty.terminfo ]; + home.packages = with pkgs; [ kitty.terminfo hyperfine hexyl tokei ]; }; }