From e4f700f87b882ccaf0cc20622f30ce83d14a6ab1 Mon Sep 17 00:00:00 2001 From: lightly-toasted Date: Fri, 3 Oct 2025 02:17:27 +0900 Subject: [PATCH] feat(nixcord): switch from discord to vesktop - Enabled vesktop - Disabled discord - Added plugins back - Updated deafen mouse action script --- home/modules/graphical/mouse-actions/actions/deafen.nix | 2 +- home/modules/graphical/nixcord.nix | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/home/modules/graphical/mouse-actions/actions/deafen.nix b/home/modules/graphical/mouse-actions/actions/deafen.nix index b380ede..9eae2fc 100644 --- a/home/modules/graphical/mouse-actions/actions/deafen.nix +++ b/home/modules/graphical/mouse-actions/actions/deafen.nix @@ -2,7 +2,7 @@ let script = pkgs.writeShellScriptBin "deafen-action" '' - hyprctl dispatch sendshortcut CTRL+SHIFT, D, 'class:^(discord)$' + hyprctl dispatch sendshortcut CTRL+SHIFT, D, 'class:^(vencord)$' ''; in { diff --git a/home/modules/graphical/nixcord.nix b/home/modules/graphical/nixcord.nix index e8549f9..a8686f3 100644 --- a/home/modules/graphical/nixcord.nix +++ b/home/modules/graphical/nixcord.nix @@ -1,8 +1,8 @@ { programs.nixcord = { enable = true; - discord.enable = true; - vesktop.enable = false; + discord.enable = false; + vesktop.enable = true; config = { plugins = { biggerStreamPreview.enable = true;