diff options
Diffstat (limited to 'home/profiles/communication')
-rw-r--r-- | home/profiles/communication/default.nix | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/home/profiles/communication/default.nix b/home/profiles/communication/default.nix index 63fde85..3b2b11b 100644 --- a/home/profiles/communication/default.nix +++ b/home/profiles/communication/default.nix @@ -409,7 +409,10 @@ in slack discord-canary - schildichat-desktop + # TODO: https://github.com/NixOS/nixpkgs/pull/267618 + (schildichat-desktop.override { + electron = pkgs.electron_26; + }) nheko (weechat.override { configure = { availablePlugins, ... }: { |