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;

View file

@ -10,7 +10,7 @@
opencl.enable = true;
amdvlk = {
# TODO: this creates black borders around GNOME apps
# enable = true;
enable = true;
support32Bit.enable = config.hardware.graphics.enable32Bit;
};
};

View file

@ -30,7 +30,7 @@
remotePlay.openFirewall = true;
dedicatedServer.openFirewall = true;
localNetworkGameTransfers.openFirewall = true;
gamescopeSession.enable = true;
gamescopeSession.enable = false;
};
gamemode.enable = true;
};