diff --git a/home.shared.nix b/home.shared.nix index 4f3a820..b55441c 100644 --- a/home.shared.nix +++ b/home.shared.nix @@ -26,7 +26,7 @@ in treefmt nixpkgs-fmt deadnix - ghostty.terminfo + ghosttyPkg.terminfo ]; xdg.enable = true; @@ -154,7 +154,7 @@ in ControlMaster = "auto"; ControlPath = "~/.ssh/master-%r@%h:%p"; ControlPersist = "10m"; - IdentityAgent = onePassPath; + IdentityAgent = "\"${onePassPath}\""; }; }; };