mynixos-config/topology/flake-module.nix
2024-11-26 13:34:55 +01:00

8 lines
117 B
Nix

{ inputs, ... }:
{
imports = [
inputs.nix-topology.flakeModule
];
perSystem.topology.modules = [ ./. ];
}