discord: use zelk with tokyonight colourscheme

This commit is contained in:
LavaDesu 2021-08-26 21:03:45 +07:00
parent a409168102
commit b0b98aa58e
Signed by: cilly
GPG key ID: 6500251E087653C9
5 changed files with 61 additions and 0 deletions

View file

@ -0,0 +1,14 @@
{
inputs,
stdenvNoCC
}:
stdenvNoCC.mkDerivation {
pname = "discord-tokyonight";
version = "1.0.0";
dontUnpack = true;
installPhase = ''
cp -r ${inputs.discord-tokyonight} $out
chmod u+w $out
cp ${./powercord_manifest.json} $out/powercord_manifest.json
'';
}

View file

@ -0,0 +1,8 @@
{
"version": "1.0",
"name": "Tokyo Night Colours",
"author": "DanisDGK",
"license": "MIT",
"theme": "colors/tokyonight_night.css",
"description": "Tokyonight colourscheme"
}