about summary refs log tree commit diff
path: root/config/weechat/default.nix
blob: 1c6f800d768510fdd0f696af13b227a66651591f (plain) (blame)
1
2
3
4
5
{ configTools, weechat }:

configTools.setEnv weechat "weechat" {
  WEECHAT_HOME = "$HOME/state/weechat";
}