diff options
| author | lassulus <lass@blue.r> | 2019-12-02 14:56:04 +0100 |
|---|---|---|
| committer | lassulus <lass@blue.r> | 2019-12-02 14:56:04 +0100 |
| commit | eb859f54631208d1c53e76eb0cd1ada9384f5a7f (patch) | |
| tree | 645a988493a5b4d79380028fc3080314f3af9e4c /tv/2configs | |
| parent | b9274ee3784b18f817540d677536ecf4545823c3 (diff) | |
| parent | bd49cdc29379b17138a95987214b805fdd1f4f63 (diff) | |
Merge remote-tracking branch 'ni/master'
Diffstat (limited to 'tv/2configs')
| -rw-r--r-- | tv/2configs/im.nix | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/tv/2configs/im.nix b/tv/2configs/im.nix deleted file mode 100644 index 82f1be0..0000000 --- a/tv/2configs/im.nix +++ /dev/null @@ -1,24 +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 - ])} - if tmux list-sessions -F\#S | grep -q '^im''$'; then - exec tmux attach -t im - else - exec tmux new -s im weechat - fi - '') - ]; - services.bitlbee = { - enable = true; - plugins = [ - pkgs.bitlbee-facebook - ]; - }; -} |
