add radicle-explorer module, and enable it on Cape

This commit is contained in:
ulic-youthlic 2025-05-12 16:19:44 +08:00
parent 6632dde007
commit 975bf38dc2
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
8 changed files with 42 additions and 1 deletions

View file

@ -13,6 +13,7 @@ in
rime-ice = callPackage ./rime-ice.nix {};
dioxionary = callPackage ./dioxionary.nix {};
spotifyx = callPackage ./spotifyx.nix {};
radicle-explorer = callPackage ./radicle-explorer.nix {};
noto-serif-cjk = callPackage ./noto-serif-cjk.nix {};
noto-sans-cjk = callPackage ./noto-sans-cjk.nix {};

View file

@ -0,0 +1,3 @@
{pkgs, ...}:
pkgs.radicle-explorer.withConfig {
}