diff --git a/flake.nix b/flake.nix index a0c2bbe..20e7b77 100644 --- a/flake.nix +++ b/flake.nix @@ -67,7 +67,8 @@ # Nix files formatter (run `nix fmt`) formatter = forEachSupportedSystem ({ pkgs, ... }: pkgs.nixpkgs-fmt); - overlays = forEachSupportedSystem ({ system, ... }: home-manager.overlays.${system}); + + overlays = forEachSupportedSystem ({ system, ... }: home-config.overlays.${system}); # Example vm configuration nixosConfigurations.vm =