From 58836225d1332a8098ceb81867976d5584e1d0f4 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Wed, 1 Dec 2021 14:06:27 -0500 Subject: [PATCH] profiles/discord: add AMOLED-Cord theme --- flake.nix | 4 ++++ users/profiles/discord.nix | 3 +++ 2 files changed, 7 insertions(+) diff --git a/flake.nix b/flake.nix index 130eb11..835ae90 100644 --- a/flake.nix +++ b/flake.nix @@ -60,6 +60,10 @@ powercord-overlay.inputs.nixpkgs.follows = "latest"; powercord-overlay.inputs.powercord.follows = "powercord"; + # # # --- Themes + discord-amoled-cord = { url = "github:LuckFire/amoled-cord"; flake = false; }; + + # # # --- Plugins discord-Custom-Volume-Range = { url = "github:PandaDriver156/Custom-Volume-Range"; flake = false; }; discord-In-app-notifs = { url = "github:BenSegal855/In-app-notifs"; flake = false; }; discord-NSFW-tags = { url = "github:E-boi/NSFW-tags"; flake = false; }; diff --git a/users/profiles/discord.nix b/users/profiles/discord.nix index 3f6a0ac..395c3a7 100644 --- a/users/profiles/discord.nix +++ b/users/profiles/discord.nix @@ -73,6 +73,9 @@ discord-voice-user-count discord-webhook-tag ]; + themes = with inputs; [ + discord-amoled-cord + ]; }) ]; }