From f2e68a728a81789a184190b3fbee5a8f32af1449 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jalil=20David=20Salam=C3=A9=20Messina?= Date: Wed, 17 Jan 2024 02:21:44 +0100 Subject: [PATCH] feat: Export overlays --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index b1f05f3..9fc0417 100644 --- a/flake.nix +++ b/flake.nix @@ -68,6 +68,8 @@ # Nix files formatter (run `nix fmt`) formatter = forEachSupportedSystem ({ pkgs, ... }: pkgs.nixpkgs-fmt); + inherit (home-config) overlays; + # Example vm configuration nixosConfigurations.vm = let