change (device options): replace basic thinkbook's config by options
This commit is contained in:
parent
74884e5a04
commit
4af09f128b
1 changed files with 8 additions and 3 deletions
|
|
@ -5,8 +5,13 @@
|
|||
exclude = [ ./default.nix ];
|
||||
};
|
||||
|
||||
zramSwap = {
|
||||
enable = false;
|
||||
memoryPercent = 100;
|
||||
device.laptop = {
|
||||
enable = true;
|
||||
battery.enable = true;
|
||||
bluetooth.enable = true;
|
||||
cpu.type = "intel";
|
||||
sound.enable = true;
|
||||
};
|
||||
|
||||
device.zram.enable = false;
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue