Files
nix/modules/home/common/default.nix

10 lines
80 B
Nix

{ pkgs, ... }:
{
home.packages = with pkgs; [
jnv
jq
ncdu
];
}