tmux navigator and nodejs
This commit is contained in:
parent
9cb3f571d6
commit
0ef051ed34
@ -16,6 +16,8 @@
|
|||||||
spotify-player
|
spotify-player
|
||||||
tmuxifier
|
tmuxifier
|
||||||
neofetch
|
neofetch
|
||||||
|
nodejs
|
||||||
|
corepack-nodejs
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.home-manager.enable = true;
|
programs.home-manager.enable = true;
|
||||||
|
@ -8,6 +8,9 @@
|
|||||||
mouse = true;
|
mouse = true;
|
||||||
baseIndex = 1;
|
baseIndex = 1;
|
||||||
tmuxp.enable = true;
|
tmuxp.enable = true;
|
||||||
|
plugins = with pkgs; [
|
||||||
|
tmuxPlugins.vim-tmux-navigator
|
||||||
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user