nixos-config/config/nixos/default.nix
2025-07-17 23:39:35 +02:00

7 lines
66 B
Nix

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