diff --git a/flake.lock b/flake.lock index 4ef25bc..3d11ad8 100644 --- a/flake.lock +++ b/flake.lock @@ -121,6 +121,26 @@ "type": "github" } }, + "home-manager": { + "inputs": { + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1768068402, + "narHash": "sha256-bAXnnJZKJiF7Xr6eNW6+PhBf1lg2P1aFUO9+xgWkXfA=", + "owner": "nix-community", + "repo": "home-manager", + "rev": "8bc5473b6bc2b6e1529a9c4040411e1199c43b4c", + "type": "github" + }, + "original": { + "owner": "nix-community", + "repo": "home-manager", + "type": "github" + } + }, "import-tree": { "locked": { "lastModified": 1752730890, @@ -224,6 +244,7 @@ "clan-core": "clan-core", "devshell": "devshell", "flake-parts": "flake-parts", + "home-manager": "home-manager", "import-tree": "import-tree", "liminix": "liminix", "nixpkgs": "nixpkgs", diff --git a/flake.nix b/flake.nix index fe7eefa..117447f 100644 --- a/flake.nix +++ b/flake.nix @@ -15,6 +15,10 @@ inputs.nixpkgs-lib.follows = "nixpkgs"; url = "github:hercules-ci/flake-parts"; }; + home-manager = { + inputs.nixpkgs.follows = "nixpkgs"; + url = "github:nix-community/home-manager"; + }; import-tree.url = "github:vic/import-tree"; nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable"; treefmt-nix = {