trackpad and power settings

This commit is contained in:
Tao Tien 2024-03-20 17:29:48 -07:00
parent 949456c824
commit 9b1d4d53c2
4 changed files with 44 additions and 11 deletions

View file

@ -104,14 +104,14 @@
LC_ALL = "en_US.UTF-8";
};
boot.loader.systemd-boot.enable = lib.mkDefault true;
boot.loader.efi.canTouchEfiVariables = lib.mkDefault true;
boot.loader.timeout = lib.mkForce 1;
boot.supportedFilesystems = ["ntfs" "btrfs"];
systemd.extraConfig = ''
DefaultTimeoutStopSec=15s
'';
boot.loader.systemd-boot.enable = lib.mkDefault true;
boot.loader.efi.canTouchEfiVariables = lib.mkDefault true;
boot.loader.timeout = lib.mkForce 1;
boot.supportedFilesystems = ["ntfs" "btrfs"];
hardware.enableAllFirmware = true;
hardware.bluetooth.enable = lib.mkDefault true;