From 97bd2599d9c58a144dac37cb85fdac4370b8aa4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jalil=20David=20Salam=C3=A9=20Messina?= Date: Wed, 17 Jan 2024 00:14:53 +0100 Subject: [PATCH] fix: Export home-config overlays --- flake.nix | 1 + 1 file changed, 1 insertion(+) 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 =