imladris/hw/rift/default.nix

12 lines
115 B
Nix

{ inputs, ... }:
{
imports = [
./hardware-configuration.nix
./disk-config.nix
];
config = {
};
}