[shell] Adds lots of little utilities

This commit is contained in:
2025-05-26 20:37:34 -07:00
parent 2253423fc4
commit 30ad37c30f
5 changed files with 55 additions and 22 deletions

View File

@@ -1,4 +1,4 @@
{ ... }:
{ pkgs, ... }:
{
imports = [
# Dev apps
@@ -13,6 +13,10 @@
./sh.nix
];
home.packages = with pkgs; [
hyperfine # Benchmarking tool
];
programs.direnv = {
enable = true;
enableBashIntegration = true;