2021-08-16 16:14:56 -04:00

7 lines
92 B
Nix

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