chore: add common packages

This commit is contained in:
2026-03-15 09:48:04 -04:00
parent 9c453ab93e
commit 9415fa937c

View File

@@ -0,0 +1,9 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [
jnv
jq
ncdu
];
}