{ pkgs, ... }: { options.custom.hidpi = pkgs.lib.mkOption { type = pkgs.lib.types.bool; description = "Configure UI for high DPI displays"; }; }