try enabling tmux this way
This commit is contained in:
parent
5cec74b8fb
commit
137572e171
1 changed files with 6 additions and 0 deletions
|
|
@ -54,6 +54,12 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
programs.tmux = {
|
||||||
|
enable = true;
|
||||||
|
historyLimit = 100000;
|
||||||
|
plugins = with pkgs; [
|
||||||
|
];
|
||||||
|
};
|
||||||
# This value determines the Home Manager release that your
|
# This value determines the Home Manager release that your
|
||||||
# configuration is compatible with. This helps avoid breakage
|
# configuration is compatible with. This helps avoid breakage
|
||||||
# when a new Home Manager release introduces backwards
|
# when a new Home Manager release introduces backwards
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue