1{ ... }: 2{ 3 programs.urxvt = { 4 enable = true; 5 keybindings = { 6 "Shift-Control-C" = "eval:selection_to_clipboard"; 7 "Shift-Control-V" = "eval:paste_clipboard"; 8 }; 9 }; 10}