blob: 48a09aa379175cac072ec5da4dad4983013e4bd2 [file] [log] [blame]
Skyler Grey7418e822022-09-01 23:57:06 +01001{pkgs, ...}: {
2 # Basic shell scripting utilities, they don't deserve their own file but I use
3 # them
4 config.environment.systemPackages = with pkgs; [
5 jq
6 lnav
7 ];
8}