feat: add themes derivation
This commit is contained in:
parent
30ca17e17f
commit
2b0c852e99
@ -46,6 +46,14 @@
|
|||||||
cp -r ./* $out/
|
cp -r ./* $out/
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
packages.themes = pkgs.stdenv.mkDerivation {
|
||||||
|
name = "themes";
|
||||||
|
phases = [ "installPhase" ];
|
||||||
|
installPhase = ''
|
||||||
|
mkdir -p $out
|
||||||
|
cp ${helix}/runtime/themes/*.toml $out/
|
||||||
|
'';
|
||||||
|
};
|
||||||
packages.karnaugh = pkgs.rustPlatform.buildRustPackage (final: {
|
packages.karnaugh = pkgs.rustPlatform.buildRustPackage (final: {
|
||||||
pname = "karnaugh";
|
pname = "karnaugh";
|
||||||
version = "0.1.5";
|
version = "0.1.5";
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user