dotfiles/nixos/i3/dunst.nix

7 lines
72 B
Nix
Raw Normal View History

2020-01-10 23:32:05 +00:00
{ config, pkgs, ... }:
{
services.dunst = {
enable = true;
};
}