NixOSDots/hosts/light/configuration.nix
2026-01-14 19:06:18 +01:00

8 lines
64 B
Nix

{ pkg, config, ... }:
{
imports = [
./modules.nix
];
}