haios/modules/nixos/default.nix

7 lines
59 B
Nix
Raw Normal View History

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