feat: add vencord katex plugin
This commit is contained in:
parent
3d33060d67
commit
f1a67636a9
6 changed files with 166 additions and 3 deletions
|
@ -7,6 +7,7 @@
|
|||
nixpkgs,
|
||||
agenix,
|
||||
home-manager,
|
||||
vencord,
|
||||
...
|
||||
}: let
|
||||
username = "leo";
|
||||
|
@ -131,7 +132,7 @@ in {
|
|||
|
||||
nixpkgs = {
|
||||
config.allowUnfree = true;
|
||||
overlays = [(import ../exprs/overlay.nix)];
|
||||
overlays = [(import ../exprs/overlay.nix vencord)];
|
||||
};
|
||||
|
||||
programs = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue