CrOS/modules/default.nix
TheWanderingCrow 663aeffed8 ricing
2024-12-29 20:16:00 -05:00

13 lines
156 B
Nix

{
imports = [
./core.nix
./options.nix
./users
./desktops
./hardware
./software
./security
./services
./ricing
];
}