From 1d20512177453b8ee4a34d59add6b5d1430d06e3 Mon Sep 17 00:00:00 2001 From: notgne2 Date: Mon, 11 Oct 2021 02:10:50 -0700 Subject: [PATCH] dont always include sc-controller for gaming --- home-manager/modules/gaming.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/home-manager/modules/gaming.nix b/home-manager/modules/gaming.nix index 9771e38..139c6b6 100644 --- a/home-manager/modules/gaming.nix +++ b/home-manager/modules/gaming.nix @@ -26,7 +26,6 @@ in with pkgs; [ oldwine oldwinetricks - sc-controller ] ++ lib.optionals cfg.newWine [ ( pkgs.runCommand "new-wine-stuff"