2023-02-07 18:24:28 +01:00
|
|
|
{...}: {
|
2019-12-04 21:08:37 +01:00
|
|
|
nixpkgs.overlays = builtins.attrValues (import ../../../overlays);
|
2019-01-26 23:59:31 +01:00
|
|
|
|
2023-02-07 18:24:28 +01:00
|
|
|
imports = [./boot.nix ./pkg.nix ./user.nix ./system.nix ./hw.nix];
|
2018-10-30 13:38:36 +01:00
|
|
|
}
|