From 58d5c23dc348ef9d00ef684bc78feabf3bafa164 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jalil=20David=20Salam=C3=A9=20Messina?= Date: Wed, 17 Jan 2024 00:21:52 +0100 Subject: [PATCH] fixup! fix: Export home-config overlays --- flake.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 =