feat: add plain 'mako' service for notifications

This commit is contained in:
2026-03-11 21:25:22 +01:00
parent 447ccd705e
commit 6600b2325d
2 changed files with 6 additions and 0 deletions
+1
View File
@@ -3,6 +3,7 @@
{
imports = [
../../fuzzel
../../mako
../../waybar
];
+5
View File
@@ -0,0 +1,5 @@
{
services.mako = {
enable = true;
};
}