void-bash-installer/modules/off/80-laptop/config

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