nixconf/common/dunst.nix
2024-03-28 21:00:41 +01:00

8 lines
78 B
Nix

{ config, pkgs, inputs, ... }:
{
services.dunst = {
enable = true;
};
}