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

8 lines
105 B
Nix

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