From a7ea133d0f2f155e4996ef92c1537614c5bd62f9 Mon Sep 17 00:00:00 2001 From: Aargh Rai Date: Fri, 27 Mar 2026 09:52:11 +0530 Subject: rust core utils + terminal workspace (tmux / zellij) --- nixos/tmux.nix | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 nixos/tmux.nix (limited to 'nixos/tmux.nix') 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 - ]; -} -- cgit v1.2.3