profiles/discord: add AMOLED-Cord theme
This commit is contained in:
parent
bdc3b61787
commit
58836225d1
2 changed files with 7 additions and 0 deletions
|
@ -60,6 +60,10 @@
|
||||||
powercord-overlay.inputs.nixpkgs.follows = "latest";
|
powercord-overlay.inputs.nixpkgs.follows = "latest";
|
||||||
powercord-overlay.inputs.powercord.follows = "powercord";
|
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-Custom-Volume-Range = { url = "github:PandaDriver156/Custom-Volume-Range"; flake = false; };
|
||||||
discord-In-app-notifs = { url = "github:BenSegal855/In-app-notifs"; 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; };
|
discord-NSFW-tags = { url = "github:E-boi/NSFW-tags"; flake = false; };
|
||||||
|
|
|
@ -73,6 +73,9 @@
|
||||||
discord-voice-user-count
|
discord-voice-user-count
|
||||||
discord-webhook-tag
|
discord-webhook-tag
|
||||||
];
|
];
|
||||||
|
themes = with inputs; [
|
||||||
|
discord-amoled-cord
|
||||||
|
];
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue