Enable mako notification daemon
This commit is contained in:
parent
0a8b8c41bf
commit
14b7e7cdb5
@ -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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user