diff options
| -rw-r--r-- | home/newsboat.nix | 13 |
1 files changed, 12 insertions, 1 deletions
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 |
