feat(topology): add support
Using `flake-parts` flake module Import `nix-topology` `NixOS` module by default
This commit is contained in:
parent
415005d26d
commit
b4e7901780
3 changed files with 233 additions and 22 deletions
|
@ -18,6 +18,7 @@ let
|
|||
modules = [
|
||||
(lib.path.append root "configuration.nix")
|
||||
inputs.home-manager.nixosModules.home-manager
|
||||
inputs.nix-topology.nixosModules.default
|
||||
{
|
||||
nixpkgs.overlays = builtins.attrValues self.overlays;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue