mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2026-03-19 15:50: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; [
|
home.packages = with pkgs; [
|
||||||
tmux
|
tmux
|
||||||
|
|
@ -58,10 +64,9 @@
|
||||||
|
|
||||||
# Allow passthrough so that image.nvim works.
|
# Allow passthrough so that image.nvim works.
|
||||||
set -gq allow-passthrough on
|
set -gq allow-passthrough on
|
||||||
'';
|
'';
|
||||||
plugins = with pkgs.tmuxPlugins; [
|
plugins = with pkgs.tmuxPlugins; [
|
||||||
yank
|
yank
|
||||||
fzf-tmux-url
|
|
||||||
vim-tmux-navigator
|
vim-tmux-navigator
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue