diff --git a/groups/cryde/programs.nix b/groups/cryde/programs.nix index 3605866..4505a42 100644 --- a/groups/cryde/programs.nix +++ b/groups/cryde/programs.nix @@ -25,8 +25,6 @@ # Games upkgs.olympus # celeste - discord - discordo upkgs.ekphos prismlauncher # minecraft diff --git a/homes/modules/apps/nixcord.nix b/homes/modules/apps/nixcord.nix index ff9ce6d..2913e85 100644 --- a/homes/modules/apps/nixcord.nix +++ b/homes/modules/apps/nixcord.nix @@ -1,11 +1,19 @@ -{inputs, ...}: { +{ + inputs, + pkgs, + ... +}: { imports = [ inputs.nixcord.homeModules.nixcord ]; + home.packages = with pkgs; [ + discordo + ]; + programs.nixcord = { enable = true; - # equibop.enable = true; + equibop.enable = true; discord = { vencord.enable = false;