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 ];
|
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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Reference in a new issue