void-bash-installer/modules/off/80-laptop/config
2021-03-17 00:24:01 +01:00

8 lines
147 B
Plaintext

module "start" "laptop" "Laptopmode Configure"
if yesno "Is this a laptop?" "n"; then
setconf add "laptop" "1"
addpkg laptop-mode
fi
module end