1
0
Fork 0

Don‘t use unstable riot

This commit is contained in:
Malte Brandy 2020-05-07 15:55:24 +02:00
parent e376f462d0
commit 6fbae0959c
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -1,9 +1,6 @@
{ pkgs, ... }:
let inherit (import ../lib) unstable;
in {
{ pkgs, ... }: {
home.packages = builtins.attrValues {
inherit (pkgs) signal-desktop tdesktop dino mumble;
inherit (unstable) riot-desktop;
inherit (pkgs) signal-desktop tdesktop dino mumble riot-desktop;
weechat = pkgs.writeShellScriptBin "weechat" ''
ssh -t hera "tmux -L weechat attach"
'';