From d11b37a10cefd4b9b739008df49f06978fdefc11 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 18 Apr 2016 14:34:23 +0200 Subject: no dependency on urxvt daemon --- ws2015/ffp/presentation/shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ws2015') diff --git a/ws2015/ffp/presentation/shell.nix b/ws2015/ffp/presentation/shell.nix index 2f98400..7ee088a 100644 --- a/ws2015/ffp/presentation/shell.nix +++ b/ws2015/ffp/presentation/shell.nix @@ -17,7 +17,7 @@ let args=($@) [[ $#@ -eq 0 ]] && args=("-e" "tmux") - exec urxvtc -bg white -fg black -fn "xft:DejaVu Sans Mono:pixelsize=20" $args + exec urxvt -bg white -fg black -fn "xft:DejaVu Sans Mono:pixelsize=20" $args ''; phases = ["installPhase"]; installPhase = '' -- cgit v1.2.3