meta: Merge swaync / swayosd with hyprland module

Helps avoid having modules that are only a single line.
This commit is contained in:
Donovan Glover 2024-08-16 02:48:32 -04:00
parent ffb3460c53
commit b513d01715
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
3 changed files with 2 additions and 2 deletions

View File

@ -406,6 +406,8 @@ in
};
batsignal.enable = true;
swaync.enable = true;
swayosd.enable = true;
hyprpaper.enable = mkForce false;
};
}

View File

@ -1 +0,0 @@
{ services.swaync.enable = true; }

View File

@ -1 +0,0 @@
{ services.swayosd.enable = true; }