1
Fork 0
satellite/home/features/wayland/dunst.nix

6 lines
49 B
Nix
Raw Normal View History

2023-05-28 00:40:40 +02:00
{
services.dunst = {
enable = true;
};
}