mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 11:37:44 +00:00
Use Discord with Vencord
This commit is contained in:
parent
33e2664a9f
commit
fb676ff36b
1 changed files with 4 additions and 3 deletions
|
@ -1,7 +1,8 @@
|
||||||
{ pkgs, homePackages, ... }:
|
{ pkgs, homePackages, ... }:
|
||||||
|
|
||||||
with pkgs; homePackages "nixos" [
|
with pkgs; homePackages "nixos" [
|
||||||
(discord.override {
|
(discord.override {
|
||||||
withOpenASAR = true;
|
withOpenASAR = true;
|
||||||
})
|
withVencord = true;
|
||||||
|
})
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue