about summary refs log tree commit diff
path: root/modules
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2014-12-08 11:42:44 +0100
committeraszlig <aszlig@redmoonstudios.org>2014-12-08 11:42:44 +0100
commit024f112cb8fd9f45e2416c26d795e3eb028fdcb5 (patch)
tree0c4f82de9b90ec1b3290f3f9f6855d6f20cf993b /modules
parent08ac81d573c6a7fd25d953d300d01affff35fec9 (diff)
zsh: Remove obsolete environment variables.
My old audioserver (nasd) doesn't exist anymore since years, so let's
drop that stuff for now, especially because nowadays I'd probably use
pulseaudio or jack.

The SCUMMVM_PORT is only used for MIDI output, but if I should get back
to using ScummVM again, I'd probably patch the port into it directly.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'modules')
-rw-r--r--modules/zsh/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/zsh/default.nix b/modules/zsh/default.nix
index 24c09f23..d7921e3e 100644
--- a/modules/zsh/default.nix
+++ b/modules/zsh/default.nix
@@ -11,8 +11,6 @@ with lib;
     environment.shellInit = ''
       export EDITOR="vim"
       export EMAIL="aszlig@redmoonstudios.org"
-      export AUDIOSERVER="tcp/linx:8000"
-      export SCUMMVM_PORT="128:0"
     '';
 
     programs.zsh.enable = true;