{ osConfig, lib, pkgs, ... }: let inherit (lib) mkIf; in { config = mkIf osConfig.myOptions.home-manager.wms.isWayland { home.packages = with pkgs; [ wl-clipboard # clipboard interactions grim # grab images slurp # select a region wf-recorder # screen recording # Grabs text from screenshot image (pkgs.writeShellApplication { name = "ocr"; runtimeInputs = with pkgs; [tesseract grim slurp coreutils]; text = '' echo "Generating a random ID..." id=$(tr -dc 'a-zA-Z0-9'