config tweaks

This commit is contained in:
Satria 2026-02-07 13:56:10 +07:00
commit 64f4c4f5b0
3 changed files with 7 additions and 5 deletions

View file

@ -1,5 +1,4 @@
{ pkgs, ... }:
{
{ pkgs, ... }: {
imports = [
./misc/battery-power.nix
./misc/power-button.nix
@ -11,11 +10,11 @@
./core/tpm.nix
];
hardware.bluetooth.enable = true;
boot = {
kernelPackages = pkgs.linuxPackages;
kernel.sysctl."vm.laptop_mode" = 5;
initrd.availableKernelModules = [ "thinkpad_acpi" ];
};
hardware.bluetooth.enable = true;
services.hardware.bolt.enable = true;
}