tried stuff out with moonlight, doesnt seem to work

This commit is contained in:
chloe 2025-07-25 16:44:45 +02:00
parent da022b899f
commit f5bab74dfa
5 changed files with 185 additions and 50 deletions

View file

@ -350,6 +350,24 @@
network.startWhenNeeded = true;
};
# programs.moonlight = {
# enable = true;
# configs.stable = {
# extensions = {
# allActivites.enabled = true;
# alwaysFocus.enabled = true;
#
# betterEmbedsYT = {
# enabled = true;
# config = {
# fullDescription = false;
# expandDescription = true;
# };
# };
# };
# };
# };
# Let Home Manager install and manage itself.
programs.home-manager.enable = true;
}