mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2026-02-23 05:15:13 +08:00
chore: remove unused plugin
This commit is contained in:
parent
1a12654f91
commit
8b9179a682
1 changed files with 9 additions and 4 deletions
|
|
@ -1,4 +1,10 @@
|
|||
{ inputs, lib, config, pkgs, ... }:
|
||||
{
|
||||
inputs,
|
||||
lib,
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
tmux
|
||||
|
|
@ -58,10 +64,9 @@
|
|||
|
||||
# Allow passthrough so that image.nvim works.
|
||||
set -gq allow-passthrough on
|
||||
'';
|
||||
'';
|
||||
plugins = with pkgs.tmuxPlugins; [
|
||||
yank
|
||||
fzf-tmux-url
|
||||
yank
|
||||
vim-tmux-navigator
|
||||
];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue