infra/nix/os/devices/steveej-t14/configuration.nix
2020-12-22 00:04:10 +01:00

14 lines
220 B
Nix

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