fixup! fix: Export home-config overlays
This commit is contained in:
parent
97bd2599d9
commit
58d5c23dc3
1 changed files with 2 additions and 1 deletions
|
@ -67,7 +67,8 @@
|
||||||
|
|
||||||
# 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});
|
|
||||||
|
overlays = forEachSupportedSystem ({ system, ... }: home-config.overlays.${system});
|
||||||
|
|
||||||
# Example vm configuration
|
# Example vm configuration
|
||||||
nixosConfigurations.vm =
|
nixosConfigurations.vm =
|
||||||
|
|
Loading…
Reference in a new issue