Files
2026-08-08 14:39:39 -04:00

7 lines
89 B
Nix

{ ... }: {
imports = [
./configuration.nix
./hardware-configuration.nix
];
}