Ntfy: client
This commit is contained in:
parent
bad95afc7b
commit
548ffa8a2d
2 changed files with 11 additions and 1 deletions
7
modules/hm/ntfy.nix
Normal file
7
modules/hm/ntfy.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{ pkgs, ... }: {
|
||||
home.packages = [ pkgs.ntfy-sh ];
|
||||
xdg.configFile."ntfy/client.yml".text = ''
|
||||
default-host: https://ntfy.bertof.net
|
||||
'';
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue