feat: add notifications for halloy
This commit is contained in:
parent
de48d94846
commit
0a2f01d4f5
1 changed files with 6 additions and 0 deletions
|
|
@ -17,6 +17,12 @@
|
|||
|
||||
font.size = 30;
|
||||
|
||||
notifications.direct_message = {
|
||||
show_toast = true;
|
||||
sound = "zone";
|
||||
};
|
||||
notifications.highlight = {sound = "dong";};
|
||||
|
||||
servers.${config.flake.meta.irc.server.name} = {
|
||||
nickname = config.flake.meta.user.name;
|
||||
server = config.flake.meta.irc.server.addr;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue