diff options
| author | tv <tv@krebsco.de> | 2020-06-02 23:35:17 +0200 |
|---|---|---|
| committer | tv <tv@krebsco.de> | 2020-06-02 23:35:17 +0200 |
| commit | 96b616f8cb14869a967f8d435a07d57f1a42aff2 (patch) | |
| tree | eb8a5a4d2b1e3a7c17111020dbc1aaf9e9eacaac /nin/2configs/im.nix | |
| parent | 5588920842f989efede0890bbd23f863692986d1 (diff) | |
| parent | bbbf850e2b8f98a0d4067cded1ea21b0b596a37d (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 - '') - ]; -} |
