forked from mirrors/nixpkgs
uxrvtd: Fix clipboard
This commit is contained in:
parent
ebe67d69d0
commit
993cbf8acb
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue