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

12 lines
129 B
Nix
Raw Normal View History

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