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