dotfiles/lib/nixos/home-manager/modules/dunst.nix
Oliver Davies 7f2df5f726 Run nix fmt
Format using `nixfmt-rfc-style`.
2024-06-10 09:38:34 +01:00

12 lines
129 B
Nix

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