mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 20:39:18 -08:00
profiles/gui: Syncplay module enabled
This commit is contained in:
parent
b402cb6c2e
commit
7ef1934b31
2 changed files with 1 additions and 3 deletions
|
|
@ -35,7 +35,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.syncplay = {
|
programs.syncplay = {
|
||||||
enable = false;
|
enable = true;
|
||||||
username = "kat";
|
username = "kat";
|
||||||
defaultRoom = "lounge";
|
defaultRoom = "lounge";
|
||||||
server = { host = "sync.kittywit.ch"; };
|
server = { host = "sync.kittywit.ch"; };
|
||||||
|
|
@ -54,7 +54,6 @@
|
||||||
gui = {
|
gui = {
|
||||||
#autosavejoinstolist = false;
|
#autosavejoinstolist = false;
|
||||||
showdurationnotification = false;
|
showdurationnotification = false;
|
||||||
chatoutputrelativefontsize = config.lib.gui.fontSize 13.0;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,6 @@
|
||||||
vlc
|
vlc
|
||||||
ffmpeg-full
|
ffmpeg-full
|
||||||
thunderbird
|
thunderbird
|
||||||
syncplay
|
|
||||||
youtube-dl
|
youtube-dl
|
||||||
mkchromecast
|
mkchromecast
|
||||||
google-chrome
|
google-chrome
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue