diff --git a/config/xsession/zsh/ntfy.yml b/config/xsession/zsh/ntfy.yml deleted file mode 100644 index 3700dd9..0000000 --- a/config/xsession/zsh/ntfy.yml +++ /dev/null @@ -1,8 +0,0 @@ ---- -backends: - - matrix - - linux -matrix: - url: "https://matrix.dodsorf.as" - roomId: "***REMOVED***" - token: "***REMOVED***" diff --git a/config/xsession/zsh/zsh.nix b/config/xsession/zsh/zsh.nix index 6c92d44..8ba8c3f 100644 --- a/config/xsession/zsh/zsh.nix +++ b/config/xsession/zsh/zsh.nix @@ -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 ]; } diff --git a/overlays/ntfy.nix b/overlays/ntfy.nix deleted file mode 100644 index 8d2dd90..0000000 --- a/overlays/ntfy.nix +++ /dev/null @@ -1,11 +0,0 @@ -self: super: -{ - ntfy = super.ntfy.overrideAttrs (old: rec { - src = super.fetchFromGitHub { - owner = "dschep"; - repo = "ntfy"; - rev = "d7a359bd6e4902e0067c62058179d8c678361154"; - sha256 = "1n08w6h1narq3jwhd4k1p23hyysn6knaij0r1gpnakx9437h6yk4"; - }; - }); -}