pkgs: Add package for rime-yuhao_star
This commit is contained in:
parent
8615b2aed9
commit
20f1284263
7 changed files with 61 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ in
|
|||
./radicle-ci-broker.nix
|
||||
./wallpapers.nix
|
||||
./waydroid-script.nix
|
||||
./rime-yuhaostar.nix
|
||||
|
||||
./pkgsNoCuda.nix
|
||||
]
|
||||
|
|
|
|||
5
overlays/additions/rime-yuhaostar.nix
Normal file
5
overlays/additions/rime-yuhaostar.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{outputs, ...}: _final: prev: let
|
||||
inherit (prev.stdenv.hostPlatform) system;
|
||||
in {
|
||||
inherit (outputs.packages.${system}) rime-yuhaostar;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue