CrOS/modules/default.nix
2024-09-16 08:45:50 -04:00

8 lines
89 B
Nix

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