mirror of
https://github.com/lightly-toasted/nix-config.git
synced 2025-10-04 15:45:39 +00:00
feat(nixcord): switch from discord to vesktop
- Enabled vesktop - Disabled discord - Added plugins back - Updated deafen mouse action script
This commit is contained in:
parent
bd984e7aaf
commit
e4f700f87b
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue