fix(grfn/system): Drop ntfy

This always fails when running due to mismatched glibc versions, which
like... isn't nix supposed to solve thaat? I don't have the energy to
debug, this isn't important

Change-Id: I54fb91a0b8ee46b19af4f4b987e5c17d1cf6984f
Reviewed-on: https://cl.tvl.fyi/c/depot/+/7570
Tested-by: BuildkiteCI
Reviewed-by: grfn <grfn@gws.fyi>
Autosubmit: grfn <grfn@gws.fyi>
This commit is contained in:
Griffin Smith 2022-12-12 10:25:00 -05:00 committed by clbot
parent a7fbb5b44c
commit 631c161a15

View file

@ -13,10 +13,6 @@
ntfy
];
programs.zsh.initExtra = ''
eval "$(${pkgs.ntfy}/bin/ntfy shell-integration)"
'';
services.syncthing.tray.enable = true;
gtk = {