ensure equibop is always on 3.x
This commit is contained in:
parent
2c4c350974
commit
a87d299687
1 changed files with 7 additions and 1 deletions
|
|
@ -1,4 +1,9 @@
|
|||
{inputs, mpkgs, ...}: {
|
||||
{
|
||||
inputs,
|
||||
upkgs,
|
||||
mpkgs,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
inputs.nixcord.homeModules.nixcord
|
||||
];
|
||||
|
|
@ -6,6 +11,7 @@
|
|||
programs.nixcord = {
|
||||
enable = true;
|
||||
equibop.enable = true;
|
||||
equibop.package = upkgs.equibop;
|
||||
|
||||
discord = {
|
||||
vencord.enable = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue