1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-26 00:18:30 +02:00

vscode: fix configDir for VSCodium

This commit is contained in:
HerrMAzik 2019-11-11 20:50:34 +04:00 committed by Robert Helgesson
parent 24dbac8da7
commit 08094f3cc2
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89

View File

@ -11,7 +11,7 @@ let
configDir = {
"vscode" = "Code";
"vscode-insiders" = "Code - Insiders";
"vscodium" = "Codium";
"vscodium" = "VSCodium";
}.${vscodePname};
configFilePath =