summaryrefslogtreecommitdiffstats
path: root/tv/2configs
diff options
context:
space:
mode:
authorlassulus <lassulus@lassul.us>2021-01-05 13:37:16 +0100
committerlassulus <lassulus@lassul.us>2021-01-05 13:37:16 +0100
commit91e7352884668486a66ae963731670660d9b6516 (patch)
treeab79e50d669455ee28cd948dae1c703e642dfb73 /tv/2configs
parent81c31869c2afeb510c97141af12c72a6e2b44c97 (diff)
parentcbb28f34eee5b5c801dc0521d88ffae0cd1a4c81 (diff)
Merge remote-tracking branch 'ni/master'
Diffstat (limited to 'tv/2configs')
-rw-r--r--tv/2configs/gitrepos.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/tv/2configs/gitrepos.nix b/tv/2configs/gitrepos.nix
index 991281ede..5b6a70b27 100644
--- a/tv/2configs/gitrepos.nix
+++ b/tv/2configs/gitrepos.nix
@@ -65,6 +65,9 @@ let {
public-repos = mapAttrs make-public-repo ({
} // mapAttrs (_: recursiveUpdate { cgit.section = "1. miscellaneous"; }) {
+ crx = {
+ cgit.desc = "utilities for working with Chrome extensions";
+ };
dic = {
cgit.desc = "dict.leo.org command line interface";
};
@@ -102,6 +105,9 @@ let {
stockholm = {
cgit.desc = "NixOS configuration";
};
+ TabFS = {
+ cgit.desc = "mount browser tabs & co. as a filesystem";
+ };
with-ssh = {};
} // mapAttrs (_: recursiveUpdate { cgit.section = "2. Host configurations"; }) {
ni = {