diff options
| author | Aargh Rai <aargh.rai+git@gmail.com> | 2025-09-07 17:57:15 +0530 |
|---|---|---|
| committer | Aargh Rai <aargh.rai+git@gmail.com> | 2025-09-07 17:57:15 +0530 |
| commit | c4e46f4ee64a0096bb836de0346d3ca5ff2b8145 (patch) | |
| tree | fd0f7a9770ce3c10c35a2aeb5b164e1a82764b48 /tmux.nix | |
| parent | 112e4055f7ed2f038483988d292152011235d715 (diff) | |
deletion changes
Diffstat (limited to 'tmux.nix')
| -rw-r--r-- | tmux.nix | 14 |
1 files changed, 0 insertions, 14 deletions
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 <nixos-unstable> { 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 - ]; -} |
