vscodium: absolute path to direnv executable

This commit is contained in:
Trolli Schmittlauch 2024-08-21 10:28:27 +02:00
parent c70ecdf6f5
commit 19618e3e64

View file

@ -114,6 +114,7 @@
"editor.fontFamily" = "Iosevka Curly Slab, Menlo, Monaco, 'Courier New', monospace";
"vim.neovimPath" = lib.getExe pkgs.myVim;
"sync-rsync.options" = [ ];
"direnv.path.executable" = lib.getExe pkgs.direnv;
};
};
}