feat: add plain 'mako' service for notifications

This commit is contained in:
2025-12-14 23:45:58 +01:00
parent f8bac5414b
commit ae17c411d4
2 changed files with 6 additions and 0 deletions

View File

@@ -3,6 +3,7 @@
{ {
imports = [ imports = [
../../fuzzel ../../fuzzel
../../mako
../../waybar ../../waybar
]; ];

View File

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