11 lines
149 B
Nix
11 lines
149 B
Nix
{
|
|
imports = [
|
|
./bluetooth.nix
|
|
./boot.nix
|
|
./sound.nix
|
|
./nvidia.nix
|
|
./hibernation.nix
|
|
./wakeOnLan.nix
|
|
./disko.nix
|
|
];
|
|
}
|