nix-config/hosts/desktops/io/default.nix
2022-12-04 18:23:57 -03:00

7 lines
66 B
Nix

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