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
|
2023-12-24 22:24:12 +01:00
|
|
|
./ccc
|
2023-10-28 22:09:36 +02:00
|
|
|
./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
|
2024-01-05 18:41:10 +01:00
|
|
|
"${builtins.fetchTarball {
|
|
|
|
url = "https://github.com/nix-community/disko/archive/3cb78c93e6a02f494aaf6aeb37481c27a2e2ee22.tar.gz";
|
|
|
|
sha256 = "0slkd86c7viv8ping6wizhab6iwxz0bn9fxvzrscz0r745d8iaca";
|
|
|
|
}
|
|
|
|
}/module.nix"
|
2023-10-28 22:09:36 +02:00
|
|
|
];
|
|
|
|
}
|