mirror of
https://github.com/lightly-toasted/nix-config.git
synced 2026-03-23 01:06:41 +00:00
feat(nixcord): switch from vesktop to equicord
- Enable programs.nixcord.discord.equicord - Enable Equicord-only plugins - Remove vesktop from xdg default applications - Change class name in deafen mouse-action
This commit is contained in:
parent
44a773d778
commit
5344beda13
3 changed files with 6 additions and 4 deletions
|
|
@ -2,6 +2,6 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
package = pkgs.writeShellScriptBin "deafen-action" ''
|
package = pkgs.writeShellScriptBin "deafen-action" ''
|
||||||
${pkgs.hyprland}/bin/hyprctl dispatch sendshortcut CTRL+SHIFT, D, 'class:^(vesktop)$'
|
${pkgs.hyprland}/bin/hyprctl dispatch sendshortcut CTRL+SHIFT, D, 'class:^(discord)$'
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
{
|
{
|
||||||
programs.nixcord = {
|
programs.nixcord = {
|
||||||
enable = true;
|
enable = true;
|
||||||
discord.enable = false;
|
discord.vencord.enable = false;
|
||||||
vesktop.enable = true;
|
discord.equicord.enable = true;
|
||||||
config = {
|
config = {
|
||||||
plugins = {
|
plugins = {
|
||||||
biggerStreamPreview.enable = true;
|
biggerStreamPreview.enable = true;
|
||||||
|
|
@ -27,6 +27,9 @@
|
||||||
webKeybinds.enable = true;
|
webKeybinds.enable = true;
|
||||||
webScreenShareFixes.enable = true;
|
webScreenShareFixes.enable = true;
|
||||||
youtubeAdblock.enable = true;
|
youtubeAdblock.enable = true;
|
||||||
|
limitMiddleClickPaste.enable = true;
|
||||||
|
mediaPlaybackSpeed.enable = true;
|
||||||
|
pinIcon.enable = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,6 @@
|
||||||
defaultApplications = {
|
defaultApplications = {
|
||||||
"x-scheme-handler/roblox-player" = "org.vinegarhq.Sober.desktop";
|
"x-scheme-handler/roblox-player" = "org.vinegarhq.Sober.desktop";
|
||||||
"x-scheme-handler/roblox-studio" = "org.vinegarhq.Vinegar.studio.desktop";
|
"x-scheme-handler/roblox-studio" = "org.vinegarhq.Vinegar.studio.desktop";
|
||||||
"x-scheme-handler/discord" = "vesktop.desktop";
|
|
||||||
"x-scheme-handler/roblox-studio-auth" = "org.vinegarhq.Vinegar.studio.desktop";
|
"x-scheme-handler/roblox-studio-auth" = "org.vinegarhq.Vinegar.studio.desktop";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue