16 lines
352 B
Nix
16 lines
352 B
Nix
[
|
|
./bluetooth.nix
|
|
./boot.nix
|
|
./pulseaudio.nix
|
|
./scanner.nix
|
|
./trackpoint.nix
|
|
{
|
|
hardware.gpgSmartcards.enable = true;
|
|
services.pcscd.enable = true;
|
|
|
|
hardware.opengl.enable = true;
|
|
nix.settings.max-jobs = 8;
|
|
powerManagement.cpuFreqGovernor = "powersave";
|
|
}
|
|
]
|