gaming tweaks, vscode explicit git path

This commit is contained in:
Vinzenz Schroeter 2025-02-15 12:05:37 +01:00
parent f94daa76ea
commit e44a1d3b08
3 changed files with 4 additions and 3 deletions

View file

@ -1,4 +1,4 @@
{ pkgs, ... }:
{ pkgs, lib, ... }:
{
enable = true;
package = pkgs.vscodium;
@ -43,6 +43,7 @@
"redhat.telemetry.enabled" = false;
"git.autofetch" = true;
"git.path" = "${lib.getBin pkgs.git}/bin/git";
"diffEditor.diffAlgorithm" = "advanced";
"explorer.excludeGitIgnore" = true;
"markdown.extension.tableFormatter.normalizeIndentation" = true;