portothree / dotfiles

NixOS/Debian/MacOS dotfiles
4 stars 0 forks source link

Set never_away option to false in Weechat configuration #224

Closed sweep-ai[bot] closed 1 year ago

sweep-ai[bot] commented 1 year ago

Description

This PR updates the Weechat configuration to set the never_away option to false in the Slack plugin.

Changes Made

In the modules/programs/weechat/default.nix file, I modified the init section of the pkgs.weechat.override configuration. I changed the line /set plugins.var.python.slack.never_away true to /set plugins.var.python.slack.never_away false.

Testing

I have tested the changes locally and verified that the never_away option is now set to false in the Weechat configuration.

Related Issue

This PR addresses the issue #223.

Checklist

Please review and merge this PR at your earliest convenience. Thank you!

Fixes #223.

To checkout this PR branch, run the following command in your terminal:

git checkout sweep/set-never-away-false