From fd9195a45a9f252b369ed71be483d52e0f3d89d2 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Thu, 4 Nov 2021 00:01:36 -0400 Subject: [PATCH] profiles/discord: add css-toggler plugin --- flake.nix | 1 + users/profiles/discord.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index c55f7a1..d1217d8 100644 --- a/flake.nix +++ b/flake.nix @@ -80,6 +80,7 @@ discord-copy-mentions = { url = "github:tealingg/copy-mentions"; flake = false; }; discord-copy-raw-message = { url = "github:mic0ishere/copy-raw-message"; flake = false; }; discord-copy-role-color = { url = "github:Antonio32A/copy-role-color"; flake = false; }; + discord-css-toggler = { url = "github:12944qwerty/css-toggler"; flake = false; }; discord-custom-timestamps = { url = "github:TaiAurori/custom-timestamps"; flake = false; }; discord-cutecord = { url = "github:powercord-community/cutecord"; flake = false; }; discord-discord-status = { url = "github:KableKo/discord-status"; flake = false; }; diff --git a/users/profiles/discord.nix b/users/profiles/discord.nix index e89228b..7334085 100644 --- a/users/profiles/discord.nix +++ b/users/profiles/discord.nix @@ -26,6 +26,7 @@ discord-copy-mentions discord-copy-raw-message discord-copy-role-color + discord-css-toggler discord-custom-timestamps discord-cutecord discord-discord-status