mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-10 14:50:40 +02:00
8 lines
117 B
Nix
8 lines
117 B
Nix
{ inputs, ... }:
|
|
{
|
|
imports = [
|
|
inputs.nix-topology.flakeModule
|
|
];
|
|
|
|
perSystem.topology.modules = [ ./. ];
|
|
}
|