{ config, pkgs }: with import ; { enable = true; package = pkgs.rxvt_unicode-with-plugins; keybindings = { "Shift-Control-C" = "eval:selection_to_clipboard"; "Shift-Control-V" = "eval:paste_clipboard"; }; scroll.bar.enable = false; extraConfig = { perl-ext-common = "default,clipboard,url-select,matcher"; urlLauncher = "chromium"; fading = 50; iso14755 = false; urgentOnBell = true; reverseVideo = false; }; }