feat: dunst notification daemon

This commit is contained in:
Guz
2025-02-06 10:20:54 -03:00
parent 699ae5a8db
commit 741b6a90fe

View File

@@ -114,4 +114,12 @@
xdg.portal.config = {
common.default = ["gtk"]; # Use GTK for things such as file picker.
};
# Notifications
services.dunst.enable = true;
services.dunst.settings = {
global = {
follow = "mouse";
};
};
}