discord: use zelk with tokyonight colourscheme
This commit is contained in:
parent
a409168102
commit
b0b98aa58e
5 changed files with 61 additions and 0 deletions
14
packages/discord-tokyonight/default.nix
Normal file
14
packages/discord-tokyonight/default.nix
Normal 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
|
||||
'';
|
||||
}
|
||||
8
packages/discord-tokyonight/powercord_manifest.json
Normal file
8
packages/discord-tokyonight/powercord_manifest.json
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"version": "1.0",
|
||||
"name": "Tokyo Night Colours",
|
||||
"author": "DanisDGK",
|
||||
"license": "MIT",
|
||||
"theme": "colors/tokyonight_night.css",
|
||||
"description": "Tokyonight colourscheme"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue