Commit 6d5f8872a4fd
Changed files (1)
honshu.nix
@@ -5,4 +5,7 @@
./server.nix
./dev.go.nix
];
+ home.packages = with pkgs; [
+ youtube-dl
+ ];
}