dotfiles/nixos/i3/dunst.nix
2020-01-10 23:32:05 +00:00

7 lines
72 B
Nix

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