diff options
| author | Aargh Rai <aargh.rai+git@gmail.com> | 2026-03-27 09:52:11 +0530 |
|---|---|---|
| committer | Aargh Rai <aargh.rai+git@gmail.com> | 2026-03-27 09:52:11 +0530 |
| commit | a7ea133d0f2f155e4996ef92c1537614c5bd62f9 (patch) | |
| tree | cc7613f8795fa0bab2d0a8e158e569bcd86b66d2 /nixos/tmux.nix | |
| parent | f9f276e2dafd8718635ad4657f9b4decc420edf9 (diff) | |
rust core utils + terminal workspace (tmux / zellij)
Diffstat (limited to 'nixos/tmux.nix')
| -rw-r--r-- | nixos/tmux.nix | 13 |
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 - ]; -} |
