aboutsummaryrefslogtreecommitdiff
path: root/modules/home/hyprland/chernobyl/dunst.nix
blob: 98329dda4736f39d2b1b0c06ce51bf5d55b3b158 (plain)
1
2
3
4
5
6
7
{ pkgs, ... }:

{
  services.dunst = {
    enable = true;
  }
}