Set up home-manager flake on mba
1 file changed, 37 insertions(+), 0 deletions(-)
changed files
M flake.lock → flake.lock
@@ -21,6 +21,27 @@ "repo": "nix-darwin", "type": "github" } }, + "home-manager": { + "inputs": { + "nixpkgs": [ + "nixpkgs-unstable" + ], + "utils": "utils" + }, + "locked": { + "lastModified": 1665119273, + "narHash": "sha256-neL/ZRrwk47Ke1nfjk8ltlIm+NRZyA3MBcNbqEGSBeE=", + "owner": "nix-community", + "repo": "home-manager", + "rev": "9fcae11ff29ca5f959b05c206f3724486c28ff07", + "type": "github" + }, + "original": { + "owner": "nix-community", + "repo": "home-manager", + "type": "github" + } + }, "nixos": { "locked": { "lastModified": 1664883812,@@ -86,10 +107,26 @@ }, "root": { "inputs": { "darwin": "darwin", + "home-manager": "home-manager", "nixos": "nixos", "nixos-hardware": "nixos-hardware", "nixos-unstable": "nixos-unstable", "nixpkgs-unstable": "nixpkgs-unstable" + } + }, + "utils": { + "locked": { + "lastModified": 1659877975, + "narHash": "sha256-zllb8aq3YO3h8B/U0/J1WBgAL8EX5yWf5pMj3G0NAmc=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "c0e246b9b83f637f4681389ecabcb2681b4f3af0", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" } } },