Files
nixos/hardware/default.nix

8 lines
57 B
Nix
Raw Normal View History

2026-03-09 20:27:18 +00:00
{ ... }:
{
imports = [
./disko.nix
];
}