mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-02 07:01:03 +01:00
This commit adds the tmux program to Home Manager. In addition to configuring tmux, a user may specify tmux plugins from Nixpkgs. These can be included in the list of `plugins` and can either be a package (all tmux plugins live under `nixpkgs.tmuxPlugins.*`), or an object which includes the plugin and an `extraConfig`, which will be run immediately after sourcing the tmux plugin. Finally, this commit introduces two nested programs which may be enabled which depend on tmux: tmuxp and tmuxinator. These do not have the ability to be configured, although this may be a future contribution. |
||
|---|---|---|
| .. | ||
| fontconfig.nix | ||
| gtk.nix | ||
| lib.nix | ||
| news.nix | ||
| nixpkgs.nix | ||
| pam.nix | ||
| qt.nix | ||
| xdg.nix | ||