fix (option laptop): change option to configure cpu for the laptop

additional, fix laptop thinkbook config
This commit is contained in:
Kirill Samoylenkov 2025-09-27 13:56:58 +05:00
parent 4af09f128b
commit 094d206afc
2 changed files with 27 additions and 19 deletions

View file

@ -9,8 +9,11 @@
enable = true;
battery.enable = true;
bluetooth.enable = true;
cpu.type = "intel";
sound.enable = true;
cpu = {
enable = true;
type = "intel";
};
};
device.zram.enable = false;