[mac] Fixes development file that was pointing to the wrong place

This commit is contained in:
Drew Haven
2025-02-25 14:25:31 -08:00
parent 21c5d1374e
commit f5f2d77e8d
2 changed files with 6 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
{ pkgs, ... }:
{
services.ssh-agent.enable = true;
}