14 lines
294 B
Nix
14 lines
294 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
../options.nix
|
|
./battery.nix
|
|
./common.nix
|
|
./desktop.nix
|
|
./gaming
|
|
./geoffrey.nix
|
|
./wireless.nix
|
|
"${builtins.fetchTarball "https://github.com/nix-community/disko/archive/3cb78c93e6a02f494aaf6aeb37481c27a2e2ee22.tar.gz"}/module.nix"
|
|
];
|
|
}
|