infrastructure/config/users/kat/dev/packages.nix

5 lines
84 B
Nix

{ config, pkgs, ... }:
{
home.packages = with pkgs; [ hyperfine hexyl tokei ];
}