add radicle-explorer module, and enable it on Cape
This commit is contained in:
parent
6632dde007
commit
975bf38dc2
8 changed files with 42 additions and 1 deletions
|
|
@ -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 {};
|
||||
|
|
|
|||
3
pkgs/radicle-explorer.nix
Normal file
3
pkgs/radicle-explorer.nix
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{pkgs, ...}:
|
||||
pkgs.radicle-explorer.withConfig {
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue