From 996d978ad0ba4f1546c7e712a70c8ca5dd8251bd Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Thu, 26 Oct 2023 19:29:42 +0200 Subject: [PATCH] remove left over nyx options --- modules/steam/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/steam/default.nix b/modules/steam/default.nix index 7489c7c..5dc9fc8 100644 --- a/modules/steam/default.nix +++ b/modules/steam/default.nix @@ -11,8 +11,8 @@ programs.steam.gamescopeSession.enable = true; - chaotic.steam.extraCompatPackages = with pkgs; [ - luxtorpeda - proton-ge-custom - ]; + #chaotic.steam.extraCompatPackages = with pkgs; [ + # luxtorpeda + # proton-ge-custom + #]; }