diff options
author | tv <tv@krebsco.de> | 2021-01-03 17:10:57 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2021-01-03 17:10:57 +0100 |
commit | 6382e380e0835c95f657b5b2032fcfbe7ac37792 (patch) | |
tree | 1d9f07e99a05fec2a9e63191dc65aaec537c6c14 /tv/2configs | |
parent | 9f853f66eefce6feff07e06a20b655ef9c18732a (diff) |
tv gitrepos: add crx
Diffstat (limited to 'tv/2configs')
-rw-r--r-- | tv/2configs/gitrepos.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tv/2configs/gitrepos.nix b/tv/2configs/gitrepos.nix index 991281e..64cbe74 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"; }; |