feat(topology): add support

Using `flake-parts` flake module
Import `nix-topology` `NixOS` module by default
This commit is contained in:
reo101 2024-07-19 02:24:20 +03:00
parent 415005d26d
commit b4e7901780
Signed by: reo101
GPG key ID: 675AA7EF13964ACB
3 changed files with 233 additions and 22 deletions

View file

@ -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;
}