{ lib, ... }: let inherit (lib) mkEnableOption; in { options.modules.system.roles.portable = { enable = mkEnableOption "Laptop/Portable tweaks"; }; }