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

12 lines
191 B
Nix

{ ... }:
{
imports = [
../../profiles/common/configuration.nix
../../profiles/graphical/configuration.nix
../../modules/encryptedDisk.nix
./system.nix
./hw.nix
];
}