summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstuebinm2024-03-04 02:19:20 +0100
committerstuebinm2024-03-04 02:19:20 +0100
commit69b11e5ca67eefd056e534d112f89a4271d845e5 (patch)
treeb6726e9ccb32b223f214a929531a5e8e8eacf4d5
parent660cfad9e72c5bd714b5615b0f813e02b92d9293 (diff)
home: small stuff
-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")