mirror of
https://github.com/lightly-toasted/nix-config.git
synced 2025-10-04 11:35:41 +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
|
let
|
||||||
script = pkgs.writeShellScriptBin "deafen-action" ''
|
script = pkgs.writeShellScriptBin "deafen-action" ''
|
||||||
hyprctl dispatch sendshortcut CTRL+SHIFT, D, 'class:^(discord)$'
|
hyprctl dispatch sendshortcut CTRL+SHIFT, D, 'class:^(vencord)$'
|
||||||
'';
|
'';
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
{
|
{
|
||||||
programs.nixcord = {
|
programs.nixcord = {
|
||||||
enable = true;
|
enable = true;
|
||||||
discord.enable = true;
|
discord.enable = false;
|
||||||
vesktop.enable = false;
|
vesktop.enable = true;
|
||||||
config = {
|
config = {
|
||||||
plugins = {
|
plugins = {
|
||||||
biggerStreamPreview.enable = true;
|
biggerStreamPreview.enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue