mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
make vim support tools available in shell
This commit is contained in:
parent
c031a7a63f
commit
f3a238e747
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,8 @@
|
||||||
{
|
{
|
||||||
environment.variables.EDITOR = "nvim";
|
environment.variables.EDITOR = "nvim";
|
||||||
environment.systemPackages = [
|
environment.systemPackages = [
|
||||||
pkgs.bck-nvim
|
pkgs.bck-nvim-base
|
||||||
|
pkgs.bck-nvim-tools
|
||||||
];
|
];
|
||||||
|
|
||||||
users.users.sean = {
|
users.users.sean = {
|
||||||
|
|
Loading…
Reference in a new issue