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

12 lines
247 B
Nix

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