1
0
Fork 0

Install syncplay

This commit is contained in:
Malte Brandy 2020-11-19 23:18:20 +01:00
parent d3620c5904
commit 0ffdf78241
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9
2 changed files with 2 additions and 2 deletions

View file

@ -102,6 +102,6 @@ in {
abcde beets
# media
ncpamixer pavucontrol deluge gmpc calibre mpv youtubeDL;
ncpamixer pavucontrol deluge gmpc calibre mpv youtubeDL syncplay;
};
}

View file

@ -3,5 +3,5 @@ let
unstable = import self.sources.unstable { };
nixpkgs-master = import self.sources.nixpkgs-master { };
in {
inherit (unstable) gomuks;
inherit (unstable) gomuks syncplay;
}