feat: Export overlays
This commit is contained in:
parent
8e140a0f6d
commit
f2e68a728a
1 changed files with 2 additions and 0 deletions
|
@ -68,6 +68,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);
|
||||||
|
|
||||||
|
inherit (home-config) overlays;
|
||||||
|
|
||||||
# Example vm configuration
|
# Example vm configuration
|
||||||
nixosConfigurations.vm =
|
nixosConfigurations.vm =
|
||||||
let
|
let
|
||||||
|
|
Loading…
Reference in a new issue