nix/os/devices: add steveej-rmvbl-sduusb3128g

This commit is contained in:
steveej 2018-11-10 20:32:59 +01:00
parent aa73c7f6e6
commit 4b8a5ee804
3 changed files with 26 additions and 0 deletions

View file

@ -0,0 +1,12 @@
{ ... }:
{
imports = [
../../profiles/common/configuration.nix
../../profiles/graphical/configuration.nix
../../profiles/removable-medium/configuration.nix
./system.nix
./hw.nix
];
}