11 lines
87 B
Nix
11 lines
87 B
Nix
{ pkgs, ... }:
|
|
{
|
|
|
|
home.packages = with pkgs; [
|
|
jnv
|
|
jq
|
|
ncdu
|
|
rg
|
|
];
|
|
}
|