1
0
forked from extern/nix-config

feat: Add dunst support

This commit is contained in:
Donovan Glover 2023-05-10 12:52:58 -04:00
parent 88ccef09b3
commit 176a8b6597
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -58,6 +58,9 @@
fade-in = 1;
};
};
services.dunst = {
enable = true;
};
programs.waybar = {
enable = true;
package = hyprland.packages."x86_64-linux".waybar-hyprland;