all repos — nixfiles @ 32bd166e364c68fb76c6748a3e5ee5d14982f02a

System and user configuration, managed by nix and home-manager

Set up home-manager flake on mba

Alan Pearce
commit

32bd166e364c68fb76c6748a3e5ee5d14982f02a

parent

fc975d16c41c4f92f3e3dde4a837be52051b4e77

1 file changed, 37 insertions(+), 0 deletions(-)

changed files
M flake.lockflake.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" } } },