diff --git a/flake.lock b/flake.lock index 4efefd3..ebcecb0 100644 --- a/flake.lock +++ b/flake.lock @@ -365,16 +365,16 @@ ] }, "locked": { - "lastModified": 1766682973, - "narHash": "sha256-GKO35onS711ThCxwWcfuvbIBKXwriahGqs+WZuJ3v9E=", - "owner": "nix-community", + "lastModified": 1768421753, + "narHash": "sha256-bIV31sE1y3CM/5qjpLX0VulRKwBvEIZM75e/X6wnEaY=", + "owner": "greg-hellings", "repo": "home-manager", - "rev": "91cdb0e2d574c64fae80d221f4bf09d5592e9ec2", + "rev": "00cfc17cb168ac1fe21fb1ba2faccd44cac720d0", "type": "github" }, "original": { - "owner": "nix-community", - "ref": "master", + "owner": "greg-hellings", + "ref": "fix/8570-nushell-parsing-fix", "repo": "home-manager", "type": "github" } diff --git a/flake.nix b/flake.nix index 7a8e685..09020b8 100644 --- a/flake.nix +++ b/flake.nix @@ -23,7 +23,8 @@ }; flake-parts.url = "github:hercules-ci/flake-parts"; hmunstable = { - url = "github:nix-community/home-manager/master"; + #url = "github:nix-community/home-manager/master"; + url = "github:greg-hellings/home-manager/fix/8570-nushell-parsing-fix"; inputs.nixpkgs.follows = "nixunstable"; }; proxmox.url = "github:greg-hellings/proxmox-nixos/fix/212-AcceptEnv-redefinition"; diff --git a/home/baseline/ssh.nix b/home/baseline/ssh.nix index c9e54cc..184609d 100644 --- a/home/baseline/ssh.nix +++ b/home/baseline/ssh.nix @@ -86,5 +86,4 @@ }; }; }; - services.ssh-agent.enable = true; }