uxrvtd: Fix clipboard

This commit is contained in:
rnhmjoj 2016-12-16 20:40:17 +01:00 committed by Jörg Thalheim
parent ebe67d69d0
commit 993cbf8acb

View File

@ -32,6 +32,7 @@ in {
services.urxvtd = {
description = "urxvt terminal daemon";
path = [ pkgs.xsel ];
serviceConfig = {
ExecStart = "${pkgs.rxvt_unicode-with-plugins}/bin/urxvtd -o";
Environment = "RXVT_SOCKET=%t/urxvtd-socket";