discord: use zelk with tokyonight colourscheme
This commit is contained in:
parent
a409168102
commit
b0b98aa58e
5 changed files with 61 additions and 0 deletions
34
flake.lock
generated
34
flake.lock
generated
|
|
@ -32,6 +32,22 @@
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"discord-tokyonight": {
|
||||||
|
"flake": false,
|
||||||
|
"locked": {
|
||||||
|
"lastModified": 1629986468,
|
||||||
|
"narHash": "sha256-QK9LfLca3eFZgq4TutQv98Kc5p0yqtQdAL/6msWOjyU=",
|
||||||
|
"owner": "DanisDGK",
|
||||||
|
"repo": "zelk-customizations",
|
||||||
|
"rev": "930f9d593fa6311445fc06fa5863d8f87f97b7ad",
|
||||||
|
"type": "github"
|
||||||
|
},
|
||||||
|
"original": {
|
||||||
|
"owner": "DanisDGK",
|
||||||
|
"repo": "zelk-customizations",
|
||||||
|
"type": "github"
|
||||||
|
}
|
||||||
|
},
|
||||||
"discord-tweaks": {
|
"discord-tweaks": {
|
||||||
"flake": false,
|
"flake": false,
|
||||||
"locked": {
|
"locked": {
|
||||||
|
|
@ -344,6 +360,7 @@
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"better-status-indicators": "better-status-indicators",
|
"better-status-indicators": "better-status-indicators",
|
||||||
"channel-typing": "channel-typing",
|
"channel-typing": "channel-typing",
|
||||||
|
"discord-tokyonight": "discord-tokyonight",
|
||||||
"discord-tweaks": "discord-tweaks",
|
"discord-tweaks": "discord-tweaks",
|
||||||
"discover": "discover",
|
"discover": "discover",
|
||||||
"fast-syntax-highlighting": "fast-syntax-highlighting",
|
"fast-syntax-highlighting": "fast-syntax-highlighting",
|
||||||
|
|
@ -363,6 +380,7 @@
|
||||||
"twemoji-but-good": "twemoji-but-good",
|
"twemoji-but-good": "twemoji-but-good",
|
||||||
"view-raw": "view-raw",
|
"view-raw": "view-raw",
|
||||||
"who-reacted": "who-reacted",
|
"who-reacted": "who-reacted",
|
||||||
|
"zelk": "zelk",
|
||||||
"zsh-abbr": "zsh-abbr",
|
"zsh-abbr": "zsh-abbr",
|
||||||
"zsh-history-substring-search": "zsh-history-substring-search"
|
"zsh-history-substring-search": "zsh-history-substring-search"
|
||||||
}
|
}
|
||||||
|
|
@ -481,6 +499,22 @@
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"zelk": {
|
||||||
|
"flake": false,
|
||||||
|
"locked": {
|
||||||
|
"lastModified": 1629733004,
|
||||||
|
"narHash": "sha256-I0gFmGoYRT3Bdi/qw3yzsWZJ8PLU8nRRPdGirO4ADI8=",
|
||||||
|
"owner": "schnensch0",
|
||||||
|
"repo": "zelk",
|
||||||
|
"rev": "4066e60aa999613f6649f453fee72638df749c65",
|
||||||
|
"type": "github"
|
||||||
|
},
|
||||||
|
"original": {
|
||||||
|
"owner": "schnensch0",
|
||||||
|
"repo": "zelk",
|
||||||
|
"type": "github"
|
||||||
|
}
|
||||||
|
},
|
||||||
"zsh-abbr": {
|
"zsh-abbr": {
|
||||||
"flake": false,
|
"flake": false,
|
||||||
"locked": {
|
"locked": {
|
||||||
|
|
|
||||||
|
|
@ -18,6 +18,7 @@
|
||||||
pure = { url = "github:sindresorhus/pure"; flake = false; };
|
pure = { url = "github:sindresorhus/pure"; flake = false; };
|
||||||
|
|
||||||
# overlays
|
# overlays
|
||||||
|
discord-tokyonight = { url = "github:DanisDGK/zelk-customizations"; flake = false; };
|
||||||
discover = { url = "github:trigg/Discover"; flake = false; };
|
discover = { url = "github:trigg/Discover"; flake = false; };
|
||||||
|
|
||||||
# powercord plugins/themes
|
# powercord plugins/themes
|
||||||
|
|
@ -35,6 +36,7 @@
|
||||||
|
|
||||||
radialstatus = { url = "github:DiscordStyles/RadialStatus"; flake = false; };
|
radialstatus = { url = "github:DiscordStyles/RadialStatus"; flake = false; };
|
||||||
tokyonight = { url = "github:Dyzean/Tokyo-Night"; flake = false; };
|
tokyonight = { url = "github:Dyzean/Tokyo-Night"; flake = false; };
|
||||||
|
zelk = { url = "github:schnensch0/zelk"; flake = false; };
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = { self, nixpkgs, home-manager, secrets, ... } @ inputs:
|
outputs = { self, nixpkgs, home-manager, secrets, ... } @ inputs:
|
||||||
|
|
@ -69,6 +71,7 @@
|
||||||
let
|
let
|
||||||
callPackage = pkgs.callPackage;
|
callPackage = pkgs.callPackage;
|
||||||
in {
|
in {
|
||||||
|
discord-tokyonight = callPackage ./packages/discord-tokyonight {};
|
||||||
discover-overlay = callPackage ./packages/discover {};
|
discover-overlay = callPackage ./packages/discover {};
|
||||||
linux-lava = callPackage ./packages/linux-lava {};
|
linux-lava = callPackage ./packages/linux-lava {};
|
||||||
wine-osu = callPackage ./packages/wine-osu { inherit getPaths; };
|
wine-osu = callPackage ./packages/wine-osu { inherit getPaths; };
|
||||||
|
|
|
||||||
|
|
@ -32,8 +32,10 @@
|
||||||
inputs.who-reacted
|
inputs.who-reacted
|
||||||
];
|
];
|
||||||
themes = [
|
themes = [
|
||||||
|
pkgs.discord-tokyonight
|
||||||
inputs.radialstatus
|
inputs.radialstatus
|
||||||
inputs.tokyonight
|
inputs.tokyonight
|
||||||
|
inputs.zelk
|
||||||
];
|
];
|
||||||
})
|
})
|
||||||
discover-overlay
|
discover-overlay
|
||||||
|
|
|
||||||
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