{ lib, ... }: with lib; { options = { module.shells = { abbrs = mkOption { type = with types; attrsOf str; default = null; }; }; }; }