Compare commits

...

2 Commits

Author SHA1 Message Date
915eb3fe3d Remove symlinks 2021-06-15 15:56:04 -04:00
26633bd7c6 Add php to dev environment 2021-06-15 15:55:56 -04:00
3 changed files with 1 additions and 2 deletions

View File

@ -1 +0,0 @@
/Users/administrator/Projects/nix-dots/nixpkgs/machines/mac/config.nix

View File

@ -1 +0,0 @@
/Users/administrator/Projects/nix-dots/nixpkgs/machines/mac/home.nix

View File

@ -2,5 +2,6 @@
{
home.packages = with pkgs; [
nodePackages.yarn
php
];
}