diff options
| author | Jason Felice <jason.m.felice@gmail.com> | 2020-03-19 18:03:49 -0400 |
|---|---|---|
| committer | Jason Felice <jason.m.felice@gmail.com> | 2020-03-29 13:58:58 -0400 |
| commit | ff77fcadc2bda71ef8805b37b176ba1f63811780 (patch) | |
| tree | afdefdf1dc13a3789e0e7d11077bf5e3ca0bffd8 /modules/examples/lnl.nix | |
| parent | 5418d6bb8b6d73863920736f8c2e1a24941bfe64 (diff) | |
Rename programs.tmux.tmuxConfig -> extraConfig
Diffstat (limited to 'modules/examples/lnl.nix')
| -rw-r--r-- | modules/examples/lnl.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/examples/lnl.nix b/modules/examples/lnl.nix index 5179807..b4a1b0d 100644 --- a/modules/examples/lnl.nix +++ b/modules/examples/lnl.nix @@ -106,7 +106,7 @@ programs.tmux.enableFzf = true; programs.tmux.enableVim = true; - programs.tmux.tmuxConfig = '' + programs.tmux.extraConfig = '' bind 0 set status bind S choose-session |
