nixos/system/default.nix
2025-10-17 13:40:29 +02:00

7 lines
58 B
Nix

{ ... }:
{
imports = [
./core
./optional
];
}