profiles/discord: add AMOLED-Cord theme

This commit is contained in:
Infinidoge 2021-12-01 14:06:27 -05:00
parent bdc3b61787
commit 58836225d1
2 changed files with 7 additions and 0 deletions

View file

@ -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; };

View file

@ -73,6 +73,9 @@
discord-voice-user-count
discord-webhook-tag
];
themes = with inputs; [
discord-amoled-cord
];
})
];
}