From 12596749b5346aa8edc9bc2ea1d6fe682f9c3858 Mon Sep 17 00:00:00 2001 From: harry123 Date: Tue, 8 Jul 2025 09:43:55 +0200 Subject: [PATCH] moved to vesktop for screenshare support --- hosts/workstation/features/software/discord.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/hosts/workstation/features/software/discord.nix b/hosts/workstation/features/software/discord.nix index 98b093b..7d2fa65 100644 --- a/hosts/workstation/features/software/discord.nix +++ b/hosts/workstation/features/software/discord.nix @@ -1,9 +1,6 @@ { config, pkgs, ... }: { environment.systemPackages = with pkgs; [ - (discord.override { - withVencord = true; - }) vesktop ]; # screen record support