aboutsummaryrefslogtreecommitdiff
path: root/nixos/tmux.nix
diff options
context:
space:
mode:
authorAargh Rai <aargh.rai+git@gmail.com>2026-03-27 09:52:11 +0530
committerAargh Rai <aargh.rai+git@gmail.com>2026-03-27 09:52:11 +0530
commita7ea133d0f2f155e4996ef92c1537614c5bd62f9 (patch)
treecc7613f8795fa0bab2d0a8e158e569bcd86b66d2 /nixos/tmux.nix
parentf9f276e2dafd8718635ad4657f9b4decc420edf9 (diff)
rust core utils + terminal workspace (tmux / zellij)
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
- ];
-}