diff options
| author | Mike Vink <> | 2023-04-20 10:25:35 +0200 |
|---|---|---|
| committer | Mike Vink <> | 2023-04-20 10:25:35 +0200 |
| commit | 6ec4598c514d75bef4094be00eae9e2041eef960 (patch) | |
| tree | fbdf2ec5f81d4fffc6405986c55c1fead067e9da /home | |
| parent | d1f690c17546ef07aa63363c6644f12957687d30 (diff) | |
add newsboat urls
Diffstat (limited to 'home')
| -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 |
