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

12 lines
129 B
Nix

{
services.dunst = {
enable = true;
settings = {
global = {
follow = "keyboard";
};
};
};
}