8 lines
59 B
Nix
Raw Normal View History

2024-03-14 22:46:49 +01:00
{ ... }:
{
services.dunst = {
enable = true;
};
}