compat: fix config options for mako
This commit is contained in:
parent
1c822fd388
commit
f19ee7f547
1 changed files with 2 additions and 3 deletions
|
|
@ -142,9 +142,8 @@
|
||||||
|
|
||||||
# Mako
|
# Mako
|
||||||
|
|
||||||
services.mako = {
|
services.mako.enable = true;
|
||||||
enable = true;
|
services.mako.settings = {
|
||||||
|
|
||||||
font = "JetBrainsMono Nerd Font 10";
|
font = "JetBrainsMono Nerd Font 10";
|
||||||
format = ''<i>%a</i>\n<b>%s</b>\n\n%b'';
|
format = ''<i>%a</i>\n<b>%s</b>\n\n%b'';
|
||||||
layer = "overlay";
|
layer = "overlay";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue