fixing home-manager

This commit is contained in:
cnst
2024-07-30 21:54:38 +02:00
parent 7e6787ff38
commit df6ddf3644
6 changed files with 34 additions and 30 deletions

View File

@@ -45,7 +45,7 @@
inputs.systems.follows = "systems";
};
flake-compat.url = "github:edolstra/flake-compat";
home-manager = {
hm = {
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";
};