mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2026-03-19 07:40:30 +01: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
|
||||
|
|
@ -61,7 +67,6 @@
|
|||
'';
|
||||
plugins = with pkgs.tmuxPlugins; [
|
||||
yank
|
||||
fzf-tmux-url
|
||||
vim-tmux-navigator
|
||||
];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue