diff options
Diffstat (limited to 'tmux.nix')
| -rw-r--r-- | tmux.nix | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/tmux.nix b/tmux.nix new file mode 100644 index 0000000..f9ed249 --- /dev/null +++ b/tmux.nix @@ -0,0 +1,14 @@ +{ config, pkgs, ... }: +# let unstable = import <nixos-unstable> { config.allowUnfree = true; }; +{ + programs.tmux.enable = true; + programs.tmux.plugins = with pkgs.tmuxPlugins; [ + sensible + vim-tmux-navigator + tmux-which-key + tmux-powerline + tmux-fzf + gruvbox + yank + ]; +} |
