1777038283

This commit is contained in:
2026-04-24 16:44:43 +03:00
parent 5dc51d3b5a
commit 95b9d13549
2 changed files with 4 additions and 5 deletions
+2 -3
View File
@@ -20,9 +20,7 @@
user = "user";
};
boot.kernelPackages = lib.mkForce pkgs.linuxPackages_6_12;
environment.systemPackages = [perSystem.cros.cros-ectool];
# boot.kernelPackages = lib.mkForce pkgs.linuxPackages_6_12;
swapDevices = [
{
@@ -47,6 +45,7 @@
config = {
laptop.homeRowMods = true;
powerSave = true;
secureBoot = true;
useIwd = true;
vaapi = "intel-media-driver";
locale = "uk_UA.UTF-8";
+2 -2
View File
@@ -15,8 +15,8 @@ in {
enable = true;
serviceConfig.Type = "oneshot";
script = ''
${ectool} thermalset 0 0 361 371 333 353
${ectool} thermalset 1 0 361 371 333 353
${ectool} thermalset 0 0 356 366 328 348
${ectool} thermalset 1 0 356 366 328 348
'';
};