flake/home/applications/hyperfine/default.nix
2024-01-17 19:53:00 +08:00

5 lines
61 B
Nix

{pkgs, ...}: {
home.packages = [
pkgs.hyperfine
];
}