blob: f7f66daf1dfe8e572461ef47e90e1f914794cb49 [file] [log] [blame]
{ pkgs, ... }: {
home.packages = with pkgs; [
nodePackages.insect
];
}