15 lines
273 B
Nix
15 lines
273 B
Nix
{...}: {
|
|
imports = [
|
|
../../profiles/common/configuration.nix
|
|
../../profiles/graphical/configuration.nix
|
|
../../modules/opinionatedDisk.nix
|
|
../../cachix.nix
|
|
|
|
./system.nix
|
|
./hw.nix
|
|
./pkg.nix
|
|
./user.nix
|
|
./boot.nix
|
|
./secrets.nix
|
|
];
|
|
}
|