summaryrefslogtreecommitdiffstats
path: root/tv
diff options
context:
space:
mode:
Diffstat (limited to 'tv')
-rw-r--r--tv/1systems/wu.nix7
-rw-r--r--tv/2configs/git.nix3
2 files changed, 9 insertions, 1 deletions
diff --git a/tv/1systems/wu.nix b/tv/1systems/wu.nix
index cd3139754..a768e781b 100644
--- a/tv/1systems/wu.nix
+++ b/tv/1systems/wu.nix
@@ -234,7 +234,12 @@ with lib;
KERNEL=="hpet", GROUP="audio"
'';
- services.bitlbee.enable = true;
+ services.bitlbee = {
+ enable = true;
+ plugins = [
+ pkgs.bitlbee-facebook
+ ];
+ };
services.tor.client.enable = true;
services.tor.enable = true;
services.virtualboxHost.enable = true;
diff --git a/tv/2configs/git.nix b/tv/2configs/git.nix
index 4387be36a..800deff1b 100644
--- a/tv/2configs/git.nix
+++ b/tv/2configs/git.nix
@@ -33,6 +33,9 @@ let
nixpkgs = {};
push = {};
regfish = {};
+ soundcloud = {
+ desc = "SoundCloud command line interface";
+ };
stockholm = {
desc = "take all the computers hostage, they'll love you!";
};