commit 9251c0ca534e26826b0ab49e87e63d59c64e2f17
parent 5b81928c2710aa770796d6eec18543360d046830
Author: Andrew Laack <andrew@laack.co>
Date: Sat, 23 May 2026 01:33:04 -0500
Added another url, added nt config
Diffstat:
3 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore
@@ -54,3 +54,4 @@ librewolf/*
ghidra/*
visited*
lagrange/*
+systemd/*
diff --git a/newsboat/urls b/newsboat/urls
@@ -59,3 +59,4 @@ https://www.youtube.com/feeds/videos.xml?channel_id=UC73eDI9OgYIZ0s52TxUXGZw "~Z
"query:GitHub:tags # \"GitHub\""
https://github.com/imbue-ai/vet/releases.atom
+https://pypi.org/rss/project/verify-everything/releases.xml
diff --git a/nt/config.json b/nt/config.json
@@ -0,0 +1,10 @@
+{
+ "noteDirs": [
+ "$HOME/.notes"
+ ],
+ "todoFiles": [
+ "$HOME/gitRepos/personal-notes/todo/work.md",
+ "$HOME/gitRepos/personal-notes/todo/school.md",
+ "$HOME/gitRepos/personal-notes/todo/other.md"
+ ]
+}