Commit 6d5f8872a4fd

Vincent Demeester <vincent@sbr.pm>
2018-08-29 17:28:56
Add youtube-dl to honshu
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent aed82ca
Changed files (1)
honshu.nix
@@ -5,4 +5,7 @@
     ./server.nix
     ./dev.go.nix
   ];
+  home.packages = with pkgs; [
+    youtube-dl
+  ];
 }