feat: don't use swayosd on macos

This commit is contained in:
uttarayan21
2025-07-22 17:20:56 +05:30
parent 5e39a94872
commit d179a45db8
4 changed files with 20 additions and 16 deletions

View File

@@ -1,6 +1,6 @@
{...}: {
{device, ...}: {
services.swaync = {
enable = true;
enable = device.name == "ryu";
settings = {
notification-inline-replies = true;
cssPriority = "user";