diff options
| author | tv <tv@krebsco.de> | 2018-11-10 19:52:37 +0100 |
|---|---|---|
| committer | tv <tv@krebsco.de> | 2018-11-10 19:52:37 +0100 |
| commit | 3dceaf1447d0ca913f02167af5d964b7f5c0bf91 (patch) | |
| tree | 8886293f1333c5bd6ff700dedd83c86b6bbafad0 /nin/2configs/im.nix | |
| parent | 7bdef6e608165dd80b0a29f6da6391565b3f28f5 (diff) | |
| parent | f10ed24e2ef5fb022d39ad6adcdd83b67761d0d7 (diff) | |
Merge remote-tracking branch 'prism/master'
Diffstat (limited to 'nin/2configs/im.nix')
| -rw-r--r-- | nin/2configs/im.nix | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/nin/2configs/im.nix b/nin/2configs/im.nix deleted file mode 100644 index b078dbd..0000000 --- a/nin/2configs/im.nix +++ /dev/null @@ -1,19 +0,0 @@ -{ config, lib, pkgs, ... }: -with import <stockholm/lib>; -{ - environment.systemPackages = with pkgs; [ - (pkgs.writeDashBin "im" '' - export PATH=${makeSearchPath "bin" (with pkgs; [ - tmux - gnugrep - weechat - ])} - ssh chat@onondaga - if tmux list-sessions -F\#S | grep -q '^im''$'; then - exec tmux attach -t im - else - exec tmux new -s im weechat - fi - '') - ]; -} |
