about summary refs log tree commit diff
path: root/overlays/patches/tmux/default.nix
blob: cc13ac2a86c27f15456e299f0697c588b964bc78 (plain) (blame)
1
2
3
4
5
6
7
{ tmux }:

tmux.overrideAttrs ({ CPPFLAGS ? [], ... }: {
  CPPFLAGS = CPPFLAGS ++ [
    ''-DTMUX_CONF="\"\$$XDG_CONFIG_HOME/tmux/tmux.conf"\"''
  ];
})