Compare commits

..

No commits in common. "915eb3fe3dbc30c8ecb735e554a4150155bf91cd" and "0a0357d8a88d04a1b4aa6cebeebff562fc49d9fa" have entirely different histories.

3 changed files with 2 additions and 1 deletions

1
nixpkgs/config.nix Symbolic link
View File

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

1
nixpkgs/home.nix Symbolic link
View File

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

View File

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