vscodium: absolute path to direnv executable
This commit is contained in:
parent
c70ecdf6f5
commit
19618e3e64
|
@ -114,6 +114,7 @@
|
||||||
"editor.fontFamily" = "Iosevka Curly Slab, Menlo, Monaco, 'Courier New', monospace";
|
"editor.fontFamily" = "Iosevka Curly Slab, Menlo, Monaco, 'Courier New', monospace";
|
||||||
"vim.neovimPath" = lib.getExe pkgs.myVim;
|
"vim.neovimPath" = lib.getExe pkgs.myVim;
|
||||||
"sync-rsync.options" = [ ];
|
"sync-rsync.options" = [ ];
|
||||||
|
"direnv.path.executable" = lib.getExe pkgs.direnv;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue