haios/modules/nixos/default.nix
2025-02-17 21:20:07 +02:00

9 lines
86 B
Nix

{
imports = [
./boot
./hardware
./misc
./remote-modules.nix
];
}