nix-dotfiles/home_manager/modules/noti.nix

5 lines
48 B
Nix

{
programs.noti = {
enable = true;
};
}