feat(noctalia): enable OSD for all available events

This commit is contained in:
2025-12-07 10:03:38 +08:00
parent cbdf26d69f
commit 3a82f9b652

View File

@@ -209,6 +209,8 @@ in
}; };
osd = { osd = {
alwaysOnTop = true; alwaysOnTop = true;
# enable all types
enabledTypes = [ ];
location = "top"; location = "top";
}; };
setupCompleted = true; setupCompleted = true;