summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-04-18 14:34:23 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2016-04-18 14:34:23 +0200
commitd11b37a10cefd4b9b739008df49f06978fdefc11 (patch)
treef4c8ed421410d4a2eb3aec860a6fb778e96e4420
parentd2357f71e3d50becd78c1d5da05f0c02ce5f98d9 (diff)
downloaduni-d11b37a10cefd4b9b739008df49f06978fdefc11.tar
uni-d11b37a10cefd4b9b739008df49f06978fdefc11.tar.gz
uni-d11b37a10cefd4b9b739008df49f06978fdefc11.tar.bz2
uni-d11b37a10cefd4b9b739008df49f06978fdefc11.tar.xz
uni-d11b37a10cefd4b9b739008df49f06978fdefc11.zip
no dependency on urxvt daemon
-rw-r--r--ws2015/ffp/presentation/shell.nix2
1 files changed, 1 insertions, 1 deletions
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
17 args=($@) 17 args=($@)
18 [[ $#@ -eq 0 ]] && args=("-e" "tmux") 18 [[ $#@ -eq 0 ]] && args=("-e" "tmux")
19 19
20 exec urxvtc -bg white -fg black -fn "xft:DejaVu Sans Mono:pixelsize=20" $args 20 exec urxvt -bg white -fg black -fn "xft:DejaVu Sans Mono:pixelsize=20" $args
21 ''; 21 '';
22 phases = ["installPhase"]; 22 phases = ["installPhase"];
23 installPhase = '' 23 installPhase = ''