nixconf/common/dunst.nix
2024-04-03 21:25:04 +02:00

7 lines
77 B
Nix

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