7 lines
92 B
Nix

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