From 990216c8a559378618a5c103025f91720104fae5 Mon Sep 17 00:00:00 2001 From: _cry64 Date: Fri, 27 Mar 2026 11:38:13 +1000 Subject: [PATCH] fix discord being a shit ass program --- groups/cryde/programs.nix | 2 -- homes/modules/apps/nixcord.nix | 12 ++++++++++-- 2 files changed, 10 insertions(+), 4 deletions(-) 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;