nix/os/devices: refactor sduusb3128g -> sdep0

This commit is contained in:
steveej 2019-11-24 00:16:14 +01:00
parent e515d26fbf
commit cf18b61720
5 changed files with 6 additions and 6 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
];
}