feat: Added icons for homepage

This commit is contained in:
uttarayan21
2025-07-25 15:42:16 +05:30
parent c8665b9205
commit 6a6fc0dbea
19 changed files with 119 additions and 66 deletions

View File

@@ -1,3 +1,3 @@
{device, ...}: {
services.swayosd.enable = device.name == "ryu";
services.swayosd.enable = device.is "ryu";
}