nix-config/hosts/desktops/io/default.nix

8 lines
85 B
Nix

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