diff options
author | makefu <github@syntax-fehler.de> | 2015-12-03 20:39:01 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2015-12-03 20:39:01 +0100 |
commit | 0b76b1081eb89aabd07225380659d79c881ab9f9 (patch) | |
tree | 71fff5455a9373350163062154bdf405153c6d9a /makefu | |
parent | a8d007868342517c235963a8ab13cff7c0e5d59e (diff) |
m 1 gum: add bepasty
Diffstat (limited to 'makefu')
-rw-r--r-- | makefu/1systems/gum.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/makefu/1systems/gum.nix b/makefu/1systems/gum.nix index 63ad18339..9de07266e 100644 --- a/makefu/1systems/gum.nix +++ b/makefu/1systems/gum.nix @@ -21,6 +21,7 @@ in { # Chat environment.systemPackages = with pkgs;[ weechat + bepasty-client-cli ]; services.bitlbee.enable = true; |