nixos/system/default.nix
2025-03-16 19:17:31 +01:00

6 lines
56 B
Nix

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