fix: Export home-config overlays

This commit is contained in:
Jalil David Salamé Messina 2024-01-17 00:14:53 +01:00
parent 660edd5b00
commit 97bd2599d9
Signed by: jalil
GPG key ID: F016B9E770737A0B

View file

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