From 8d144b97b06794f3f7006e236bd5b9debe0b7cf8 Mon Sep 17 00:00:00 2001 From: Aargh Rai Date: Mon, 18 Aug 2025 12:59:21 +0530 Subject: tmux --- tmux.nix | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 tmux.nix (limited to 'tmux.nix') 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 { 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 + ]; +} -- cgit v1.2.3