change (device options): replace basic thinkbook's config by options

This commit is contained in:
Kirill Samoylenkov 2025-09-26 23:31:10 +05:00
parent 74884e5a04
commit 4af09f128b

View file

@ -5,8 +5,13 @@
exclude = [ ./default.nix ]; exclude = [ ./default.nix ];
}; };
zramSwap = { device.laptop = {
enable = false; enable = true;
memoryPercent = 100; battery.enable = true;
bluetooth.enable = true;
cpu.type = "intel";
sound.enable = true;
}; };
device.zram.enable = false;
} }