blob: 48a09aa379175cac072ec5da4dad4983013e4bd2 [file] [log] [blame]
{pkgs, ...}: {
# Basic shell scripting utilities, they don't deserve their own file but I use
# them
config.environment.systemPackages = with pkgs; [
jq
lnav
];
}