Enable mako notification daemon
This commit is contained in:
parent
780bf3abad
commit
f8ba6105bc
@ -55,6 +55,7 @@ in
|
|||||||
fira # fira sans font
|
fira # fira sans font
|
||||||
fira-code # fira code font
|
fira-code # fira code font
|
||||||
fish # fish shell
|
fish # fish shell
|
||||||
|
mako # notification daemon
|
||||||
];
|
];
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
@ -73,5 +74,7 @@ in
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.mako.enable = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user