2021-06-15 15:51:44 -04:00

6 lines
90 B
Nix

{ config, pkgs, libs, ... }:
{
home.packages = with pkgs; [
nodePackages.yarn
];
}