summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tv/1systems/xu.nix12
-rw-r--r--tv/1systems/zu.nix12
2 files changed, 0 insertions, 24 deletions
diff --git a/tv/1systems/xu.nix b/tv/1systems/xu.nix
index 4b8fe8da..2bab0f4b 100644
--- a/tv/1systems/xu.nix
+++ b/tv/1systems/xu.nix
@@ -25,18 +25,6 @@ with import <stockholm/lib>;
hashPassword
#haskellPackages.lentil
parallel
- (pkgs.writeBashBin "im" ''
- export PATH=${makeSearchPath "bin" (with pkgs; [
- tmux
- gnugrep
- weechat
- ])}
- if tmux list-sessions -F\#S | grep -q '^im''$'; then
- exec tmux attach -t im
- else
- exec tmux new -s im weechat
- fi
- '')
# root
cryptsetup
diff --git a/tv/1systems/zu.nix b/tv/1systems/zu.nix
index 194ac292..cabe7f6a 100644
--- a/tv/1systems/zu.nix
+++ b/tv/1systems/zu.nix
@@ -30,18 +30,6 @@ with import <stockholm/lib>;
hashPassword
haskellPackages.lentil
parallel
- (pkgs.writeBashBin "im" ''
- export PATH=${makeSearchPath "bin" (with pkgs; [
- tmux
- gnugrep
- weechat
- ])}
- if tmux list-sessions -F\#S | grep -q '^im''$'; then
- exec tmux attach -t im
- else
- exec tmux new -s im weechat
- fi
- '')
# root
cryptsetup