Enable mako notification daemon

This commit is contained in:
RealStickman 2023-04-18 18:05:33 +02:00
parent 780bf3abad
commit f8ba6105bc

View File

@ -55,6 +55,7 @@ in
fira # fira sans font
fira-code # fira code font
fish # fish shell
mako # notification daemon
];
imports = [
@ -73,5 +74,7 @@ in
};
};
};
services.mako.enable = true;
};
}