CrOS/modules/default.nix
2024-09-15 14:43:13 -04:00

7 lines
70 B
Nix

{
imports = [
./core.nix
./boot.nix
./networking.nix
];
}