7 lines
98 B
Nix

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