config/homes/desktop/insect.nix

8 lines
80 B
Nix

{ pkgs, ... }:
{
home.packages = with pkgs; [
nodePackages.insect
];
}