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

13 lines
235 B
Nix

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