From c4e46f4ee64a0096bb836de0346d3ca5ff2b8145 Mon Sep 17 00:00:00 2001 From: Aargh Rai Date: Sun, 7 Sep 2025 17:57:15 +0530 Subject: deletion changes --- tmux.nix | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 tmux.nix (limited to 'tmux.nix') 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 { 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