From 866efb471874268963c831c4018a0566ad10b35e Mon Sep 17 00:00:00 2001 From: Andreas Schaafsma Date: Sun, 14 Dec 2025 19:51:26 +0100 Subject: [PATCH] fixed redundant line --- systems/x86_64-linux/drivebystation-nix/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/systems/x86_64-linux/drivebystation-nix/default.nix b/systems/x86_64-linux/drivebystation-nix/default.nix index ceea50f..830e4fe 100644 --- a/systems/x86_64-linux/drivebystation-nix/default.nix +++ b/systems/x86_64-linux/drivebystation-nix/default.nix @@ -86,7 +86,6 @@ in ]; # Or disable the firewall altogether. # networking.firewall.enable = false; - programs.steam.gamescopeSession.enable = true; programs.gamescope.enable = true; programs.steam.gamescopeSession = { enable = true;