macbook: add shell utilities
All checks were successful
flake / flake (push) Successful in 1m16s

This commit is contained in:
Jake Hillion 2024-09-08 17:37:55 +01:00 committed by JakeHillion
parent ac6f285400
commit 39730d2ec3

View File

@ -15,10 +15,13 @@
security.pam.enableSudoTouchIdAuth = true; security.pam.enableSudoTouchIdAuth = true;
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
fd
htop htop
mosh mosh
neovim neovim
nix nix
ripgrep
sapling
]; ];
}; };
} }