WIP nix/os/devices: add NUC for work

This commit is contained in:
steveej 2019-11-22 16:38:49 +01:00
parent 6bea703f6d
commit e515d26fbf
4 changed files with 71 additions and 0 deletions

View file

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