Compare commits

...

2 commits

Author SHA1 Message Date
Schrottkatze
ae099b9545
unfuck helix discord-presence 2025-09-05 17:51:30 +02:00
Schrottkatze
ed2e8ceb8a
unfuck discord-related stuff 2025-09-05 12:37:50 +02:00
3 changed files with 13 additions and 18 deletions

View file

@ -22,13 +22,8 @@ with lib;
{ {
programs.nixcord = { programs.nixcord = {
enable = true; enable = true;
discord.enable = true; vesktop.enable = true;
discord.vencord.enable = true; vesktop.autoscroll.enable = true;
discord.autoscroll.enable = true;
# vesktop = {
# enable = true;
# autoScroll.enable = true;
# };
config = { config = {
frameless = true; frameless = true;
disableMinSize = true; disableMinSize = true;

View file

@ -14,7 +14,7 @@
}; };
spawn-at-startup = [ spawn-at-startup = [
{ command = [ "Discord" ]; } { command = [ "vesktop" ]; }
{ command = [ "element-desktop" ]; } { command = [ "element-desktop" ]; }
{ command = [ "signal-desktop" ]; } { command = [ "signal-desktop" ]; }
{ command = [ ".evolution-wrapped_" ]; } { command = [ ".evolution-wrapped_" ]; }

View file

@ -38,16 +38,16 @@
large_text = "{language:u}"; large_text = "{language:u}";
small_image = "logo"; small_image = "logo";
small_text = "Helix"; small_text = "Helix";
# idle = { idle = {
# timeout = 999999999999999999; timeout = 30;
# action = "change_activity"; action = "change_activity";
# state = "Idling"; state = "Idling";
# details = "In Helix"; details = "In Helix";
# large_image = "logo"; large_image = "logo";
# large_text = "Helix"; large_text = "Helix";
# small_image = "idle"; small_image = "idle";
# small_text = "Idle"; small_text = "Idle";
# }; };
rules = { rules = {
mode = "blacklist"; mode = "blacklist";
paths = [ "absolute path" ]; paths = [ "absolute path" ];