tmux navigator and nodejs

This commit is contained in:
Michael Thomson 2024-02-27 14:06:47 -05:00
parent 9cb3f571d6
commit 0ef051ed34
No known key found for this signature in database
2 changed files with 5 additions and 0 deletions

View File

@ -16,6 +16,8 @@
spotify-player
tmuxifier
neofetch
nodejs
corepack-nodejs
];
programs.home-manager.enable = true;

View File

@ -8,6 +8,9 @@
mouse = true;
baseIndex = 1;
tmuxp.enable = true;
plugins = with pkgs; [
tmuxPlugins.vim-tmux-navigator
];
};
};
}