dotfiles/lib/nixos/home-manager/modules/dunst.nix

8 lines
105 B
Nix
Raw Normal View History

2024-03-16 22:12:53 +00:00
{
services.dunst = {
enable = true;
2024-03-18 20:33:28 +00:00
settings = { global = { follow = "keyboard"; }; };
2024-03-16 22:12:53 +00:00
};
}