aboutsummaryrefslogtreecommitdiff
path: root/nixos/tmux.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tmux.nix')
-rw-r--r--nixos/tmux.nix13
1 files changed, 0 insertions, 13 deletions
diff --git a/nixos/tmux.nix b/nixos/tmux.nix
deleted file mode 100644
index fa59ec4..0000000
--- a/nixos/tmux.nix
+++ /dev/null
@@ -1,13 +0,0 @@
-{ config, pkgs, ... }:
-{
- programs.tmux.enable = true;
- programs.tmux.plugins = with pkgs.tmuxPlugins; [
- sensible
- vim-tmux-navigator
- tmux-which-key
- tmux-powerline
- tmux-fzf
- gruvbox
- yank
- ];
-}