12 lines
142 B
Nix
12 lines
142 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
../options.nix
|
|
./battery.nix
|
|
./geoffrey.nix
|
|
./common.nix
|
|
./desktop.nix
|
|
./wireless.nix
|
|
];
|
|
}
|