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 = [
|
imports = [
|
||||||
inputs.nixcord.homeModules.nixcord
|
inputs.nixcord.homeModules.nixcord
|
||||||
];
|
];
|
||||||
|
|
@ -6,6 +11,7 @@
|
||||||
programs.nixcord = {
|
programs.nixcord = {
|
||||||
enable = true;
|
enable = true;
|
||||||
equibop.enable = true;
|
equibop.enable = true;
|
||||||
|
equibop.package = upkgs.equibop;
|
||||||
|
|
||||||
discord = {
|
discord = {
|
||||||
vencord.enable = false;
|
vencord.enable = false;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue