chore: remove unused plugin

This commit is contained in:
ahwx 2026-02-21 23:21:28 +01:00
parent 1a12654f91
commit 8b9179a682

View file

@ -1,4 +1,10 @@
{ inputs, lib, config, pkgs, ... }: {
inputs,
lib,
config,
pkgs,
...
}:
{ {
home.packages = with pkgs; [ home.packages = with pkgs; [
tmux tmux
@ -61,7 +67,6 @@
''; '';
plugins = with pkgs.tmuxPlugins; [ plugins = with pkgs.tmuxPlugins; [
yank yank
fzf-tmux-url
vim-tmux-navigator vim-tmux-navigator
]; ];
}; };