config/homes/desktop/insect.nix

8 lines
80 B
Nix
Raw Permalink Normal View History

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