fix: Export home-config overlays
This commit is contained in:
parent
660edd5b00
commit
97bd2599d9
1 changed files with 1 additions and 0 deletions
|
@ -67,6 +67,7 @@
|
||||||
|
|
||||||
# Nix files formatter (run `nix fmt`)
|
# Nix files formatter (run `nix fmt`)
|
||||||
formatter = forEachSupportedSystem ({ pkgs, ... }: pkgs.nixpkgs-fmt);
|
formatter = forEachSupportedSystem ({ pkgs, ... }: pkgs.nixpkgs-fmt);
|
||||||
|
overlays = forEachSupportedSystem ({ system, ... }: home-manager.overlays.${system});
|
||||||
|
|
||||||
# Example vm configuration
|
# Example vm configuration
|
||||||
nixosConfigurations.vm =
|
nixosConfigurations.vm =
|
||||||
|
|
Loading…
Reference in a new issue