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