diff --git a/home/vinzenz/vscode.nix b/home/vinzenz/vscode.nix index d04139c..0faf92e 100644 --- a/home/vinzenz/vscode.nix +++ b/home/vinzenz/vscode.nix @@ -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; diff --git a/modules/amd-graphics.nix b/modules/amd-graphics.nix index 4ae15ac..9ec5f75 100644 --- a/modules/amd-graphics.nix +++ b/modules/amd-graphics.nix @@ -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; }; }; diff --git a/modules/gaming.nix b/modules/gaming.nix index 4a4bebd..03499cc 100644 --- a/modules/gaming.nix +++ b/modules/gaming.nix @@ -30,7 +30,7 @@ remotePlay.openFirewall = true; dedicatedServer.openFirewall = true; localNetworkGameTransfers.openFirewall = true; - gamescopeSession.enable = true; + gamescopeSession.enable = false; }; gamemode.enable = true; };