fixup! fix: Export home-config overlays

This commit is contained in:
Jalil David Salamé Messina 2024-01-17 00:21:52 +01:00
parent 97bd2599d9
commit 58d5c23dc3
Signed by: jalil
GPG key ID: F016B9E770737A0B

View file

@ -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 =