2023-10-28 22:09:36 +02:00
|
|
|
{ ... }:
|
|
|
|
{
|
|
|
|
imports = [
|
2023-11-21 21:01:56 +01:00
|
|
|
../options.nix
|
2023-10-28 22:09:36 +02:00
|
|
|
./battery.nix
|
|
|
|
./common.nix
|
|
|
|
./desktop.nix
|
2023-12-02 21:50:59 +01:00
|
|
|
./gaming
|
|
|
|
./geoffrey.nix
|
2023-10-28 22:09:36 +02:00
|
|
|
./wireless.nix
|
2023-11-28 00:33:03 +01:00
|
|
|
"${builtins.fetchTarball "https://github.com/nix-community/disko/archive/3cb78c93e6a02f494aaf6aeb37481c27a2e2ee22.tar.gz"}/module.nix"
|
2023-10-28 22:09:36 +02:00
|
|
|
];
|
|
|
|
}
|