profiles/discord: fix css-toggler plugin

This commit is contained in:
Infinidoge 2021-11-12 20:28:08 -05:00
parent 76ba83e1df
commit d12b576488
3 changed files with 27 additions and 2 deletions

View file

@ -1,4 +1,4 @@
{ pkgs, inputs, ... }: {
{ pkgs, inputs, patches, ... }: {
home.packages = with pkgs; [
(discord-plugged.override {
plugins = with inputs; [
@ -26,7 +26,13 @@
discord-copy-mentions
discord-copy-raw-message
discord-copy-role-color
discord-css-toggler
(pkgs.applyPatches {
src = inputs.discord-css-toggler;
patches = [
"${patches}/css-toggler.patch"
];
name = "discord-css-toggler";
})
discord-custom-timestamps
discord-cutecord
discord-discord-status