diff --git a/modules/applications/packages.nix b/modules/applications/packages.nix index 86da3fe..f8474eb 100644 --- a/modules/applications/packages.nix +++ b/modules/applications/packages.nix @@ -20,7 +20,7 @@ spectral # Audio/Video vlc - lxqt.pavucontrol-qt + pavucontrol # Tools zip unrar diff --git a/modules/applications/weechat.nix b/modules/applications/weechat.nix index ea15745..ffcd8c4 100644 --- a/modules/applications/weechat.nix +++ b/modules/applications/weechat.nix @@ -25,7 +25,7 @@ in { python.slack.color_edited_suffix = "095" python.slack.color_reaction_suffix = "darkgray" python.slack.color_thread_suffix = "lightcyan" - python.slack.colorize_private_chats = "false" + python.slack.colorize_private_chats = "true" python.slack.debug_level = "3" python.slack.debug_mode = "false" python.slack.distracting_channels = "" @@ -46,7 +46,6 @@ in { python.slack.short_buffer_names = "false" python.slack.show_buflist_presence = "true" python.slack.show_reaction_nicks = "true" - python.slack.slack_api_token = "$slack_api_token" python.slack.slack_timeout = "20000" python.slack.switch_buffer_on_join = "true" python.slack.thread_messages_in_channel = "false"