diff options
| -rw-r--r-- | ws2015/ffp/presentation/shell.nix | 2 |
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 = '' |
