mirror of
https://github.com/kaesaecracker/nixos-configuration.git
synced 2025-02-22 16:07:10 +01:00
gaming tweaks, vscode explicit git path
This commit is contained in:
parent
f94daa76ea
commit
e44a1d3b08
|
@ -1,4 +1,4 @@
|
||||||
{ pkgs, ... }:
|
{ pkgs, lib, ... }:
|
||||||
{
|
{
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.vscodium;
|
package = pkgs.vscodium;
|
||||||
|
@ -43,6 +43,7 @@
|
||||||
"redhat.telemetry.enabled" = false;
|
"redhat.telemetry.enabled" = false;
|
||||||
|
|
||||||
"git.autofetch" = true;
|
"git.autofetch" = true;
|
||||||
|
"git.path" = "${lib.getBin pkgs.git}/bin/git";
|
||||||
"diffEditor.diffAlgorithm" = "advanced";
|
"diffEditor.diffAlgorithm" = "advanced";
|
||||||
"explorer.excludeGitIgnore" = true;
|
"explorer.excludeGitIgnore" = true;
|
||||||
"markdown.extension.tableFormatter.normalizeIndentation" = true;
|
"markdown.extension.tableFormatter.normalizeIndentation" = true;
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
opencl.enable = true;
|
opencl.enable = true;
|
||||||
amdvlk = {
|
amdvlk = {
|
||||||
# TODO: this creates black borders around GNOME apps
|
# TODO: this creates black borders around GNOME apps
|
||||||
# enable = true;
|
enable = true;
|
||||||
support32Bit.enable = config.hardware.graphics.enable32Bit;
|
support32Bit.enable = config.hardware.graphics.enable32Bit;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
remotePlay.openFirewall = true;
|
remotePlay.openFirewall = true;
|
||||||
dedicatedServer.openFirewall = true;
|
dedicatedServer.openFirewall = true;
|
||||||
localNetworkGameTransfers.openFirewall = true;
|
localNetworkGameTransfers.openFirewall = true;
|
||||||
gamescopeSession.enable = true;
|
gamescopeSession.enable = false;
|
||||||
};
|
};
|
||||||
gamemode.enable = true;
|
gamemode.enable = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue