haios/modules/nixos/default.nix

10 lines
86 B
Nix
Raw Normal View History

2025-02-17 16:48:14 +02:00
{
imports = [
2025-02-17 20:22:15 +02:00
./boot
2025-02-17 20:55:18 +02:00
./hardware
2025-02-17 21:20:07 +02:00
./misc
2025-02-17 20:55:18 +02:00
./remote-modules.nix
2025-02-17 16:48:14 +02:00
];
}