feat(nixcord): switch from discord to vesktop

- Enabled vesktop
- Disabled discord
- Added plugins back
- Updated deafen mouse action script
This commit is contained in:
lightly-toasted 2025-10-03 02:17:27 +09:00
parent bd984e7aaf
commit e4f700f87b
2 changed files with 3 additions and 3 deletions

View file

@ -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
{

View file

@ -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;