infra/nix/os/devices/steveej-t480s-work/configuration.nix

13 lines
191 B
Nix
Raw Normal View History

2018-11-05 00:05:45 +01:00
{ ... }:
{
imports = [
../../profiles/common/configuration.nix
../../profiles/graphical/configuration.nix
../../modules/encryptedDisk.nix
./system.nix
./hw.nix
];
}