diff options
Diffstat (limited to 'tmux.nix')
| -rw-r--r-- | tmux.nix | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/tmux.nix b/tmux.nix deleted file mode 100644 index f9ed249..0000000 --- a/tmux.nix +++ /dev/null @@ -1,14 +0,0 @@ -{ 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 - ]; -} |
