Files
nixos/hardware/default.nix
2026-03-09 20:27:18 +00:00

8 lines
57 B
Nix

{ ... }:
{
imports = [
./disko.nix
];
}