diff --git a/modules/desktop-legacy/social.nix b/modules/desktop-legacy/social.nix index 117efdd..24926f3 100644 --- a/modules/desktop-legacy/social.nix +++ b/modules/desktop-legacy/social.nix @@ -22,8 +22,13 @@ with lib; { programs.nixcord = { enable = true; - vesktop.enable = true; - vesktop.autoscroll.enable = true; + discord.enable = true; + discord.vencord.enable = true; + discord.autoscroll.enable = true; + # vesktop = { + # enable = true; + # autoScroll.enable = true; + # }; config = { frameless = true; disableMinSize = true; diff --git a/modules/desktop/home/niri/workspaces.nix b/modules/desktop/home/niri/workspaces.nix index 7469e6f..c9e6519 100644 --- a/modules/desktop/home/niri/workspaces.nix +++ b/modules/desktop/home/niri/workspaces.nix @@ -14,7 +14,7 @@ }; spawn-at-startup = [ - { command = [ "vesktop" ]; } + { command = [ "Discord" ]; } { command = [ "element-desktop" ]; } { command = [ "signal-desktop" ]; } { command = [ ".evolution-wrapped_" ]; } diff --git a/modules/editors/helix/default.nix b/modules/editors/helix/default.nix index 1a0cd84..a6949e3 100644 --- a/modules/editors/helix/default.nix +++ b/modules/editors/helix/default.nix @@ -38,16 +38,16 @@ large_text = "{language:u}"; small_image = "logo"; small_text = "Helix"; - idle = { - timeout = 30; - action = "change_activity"; - state = "Idling"; - details = "In Helix"; - large_image = "logo"; - large_text = "Helix"; - small_image = "idle"; - small_text = "Idle"; - }; + # idle = { + # timeout = 999999999999999999; + # action = "change_activity"; + # state = "Idling"; + # details = "In Helix"; + # large_image = "logo"; + # large_text = "Helix"; + # small_image = "idle"; + # small_text = "Idle"; + # }; rules = { mode = "blacklist"; paths = [ "absolute path" ];