summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--home/home-minimal.nix3
-rw-r--r--home/home.nix2
-rw-r--r--home/newsboat-public.nix1
3 files changed, 5 insertions, 1 deletions
diff --git a/home/home-minimal.nix b/home/home-minimal.nix
index b9b1a9f..a761b4a 100644
--- a/home/home-minimal.nix
+++ b/home/home-minimal.nix
@@ -146,4 +146,7 @@
};
};
+ # doesn't do much, but does install info pages by default if they're in a separate output
+ programs.info.enable = true;
+
}
diff --git a/home/home.nix b/home/home.nix
index 6e67bd5..202ae1c 100644
--- a/home/home.nix
+++ b/home/home.nix
@@ -307,7 +307,7 @@
"c3voc" = {
hostname = "git.c3voc.de";
user = "git";
- identityFile = keydir + "/id_ed25519";
+ identityFile = keydir + "/id_surltesh-echer";
};
"nobelium" = {
hostname = "no.colorspace.club";
diff --git a/home/newsboat-public.nix b/home/newsboat-public.nix
index 3f8d1e5..62ab17b 100644
--- a/home/newsboat-public.nix
+++ b/home/newsboat-public.nix
@@ -193,6 +193,7 @@ with import ./newsboat-lib.nix;
(btag "https://www.typeoff.de/blog/rss" "type")
(btag "https://forgejo.org/rss.xml" "comp")
(btag "https://xoranth.net/atom.xml" "comp")
+ (btag "https://leona.is/atom.xml" "friends")
# paper
(btag "http://arxiv.org/rss/cs.PL" "paper")