remove ntfy

This commit is contained in:
Daniel Olsen
2020-05-21 11:02:29 +02:00
parent 90b10a4f5f
commit 145e2a0048
3 changed files with 0 additions and 27 deletions

View File

@@ -1,8 +0,0 @@
---
backends:
- matrix
- linux
matrix:
url: "https://matrix.dodsorf.as"
roomId: "***REMOVED***"
token: "***REMOVED***"

View File

@@ -56,23 +56,15 @@
export FV_ARM_TENANT_ID="***REMOVED***"
export FV_ARM_ENVIRONMENT="public"
eval "$(ntfy shell-integration)"
AUTO_NTFY_DONE_IGNORE="vim nano screen tmux man mpv nmtui"
'';
};
home.file.ntfy = {
source = ./ntfy.yml;
target = ".config/ntfy/ntfy.yml";
};
programs.direnv = {
enable = true;
};
home.packages = [
pkgs.nerdfonts
#pkgs.ntfy
];
}