This commit is contained in:
parent
7ace62da72
commit
21dc949007
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ in
|
||||||
options.my.home.tmux = with lib; {
|
options.my.home.tmux = with lib; {
|
||||||
enable = my.mkDisableOption "tmux terminal multiplexer";
|
enable = my.mkDisableOption "tmux terminal multiplexer";
|
||||||
|
|
||||||
enabledPassthrough = mkEnableOption "tmux DCS passthrough sequence";
|
enablePassthrough = mkEnableOption "tmux DCS passthrough sequence";
|
||||||
};
|
};
|
||||||
|
|
||||||
config.programs.tmux = lib.mkIf cfg.enable {
|
config.programs.tmux = lib.mkIf cfg.enable {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue