profiles/discord: fix css-toggler plugin
This commit is contained in:
parent
76ba83e1df
commit
d12b576488
3 changed files with 27 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue