From 6ec4598c514d75bef4094be00eae9e2041eef960 Mon Sep 17 00:00:00 2001 From: Mike Vink <> Date: Thu, 20 Apr 2023 10:25:35 +0200 Subject: add newsboat urls --- home/newsboat.nix | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'home') diff --git a/home/newsboat.nix b/home/newsboat.nix index e5752d4..6249e68 100644 --- a/home/newsboat.nix +++ b/home/newsboat.nix @@ -2,7 +2,18 @@ programs.newsboat = { enable = true; autoReload = true; - urls = [{url = "https://github.com/rancher/rancher/releases.atom";}]; + urls = [ + {url = "https://github.com/rancher/rancher/releases.atom";} + {url = "https://github.com/istio/istio/releases.atom";} + {url = "https://github.com/argoproj/argo-cd/releases.atom";} + {url = "https://github.com/argoproj/argo-cd/releases.atom";} + {url = "https://github.com/kyverno/kyverno/releases.atom";} + {url = "https://github.com/hashicorp/terraform/releases.atom";} + {url = "https://github.com/ansible/ansible/releases.atom";} + {url = "https://github.com/ansible/awx/releases";} + {url = "https://azurecomcdn.azureedge.net/en-us/updates/feed/?product=azure-devops";} + {url = "https://www.hashicorp.com/blog/categories/products-technology/feed.xml";} + ]; extraConfig = '' # general settings cleanup-on-quit no -- cgit v1.2.3