From 656d9a4432fa611491a349a3f83fdfe363e2fe3c Mon Sep 17 00:00:00 2001 From: Aargh Rai Date: Sun, 7 Sep 2025 17:53:01 +0530 Subject: moving things to a folder --- nixos/tmux.nix | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 nixos/tmux.nix (limited to 'nixos/tmux.nix') diff --git a/nixos/tmux.nix b/nixos/tmux.nix new file mode 100644 index 0000000..f9ed249 --- /dev/null +++ b/nixos/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