diff --git a/modules/games.nix b/modules/games.nix index 98e9735..19f3966 100644 --- a/modules/games.nix +++ b/modules/games.nix @@ -19,5 +19,9 @@ in default = 1; }; }; - config = lib.mkIf cfg.enable { }; + config = lib.mkIf cfg.enable { + boot.blacklistedKernelModules = [ + "hid_nintendo" + ]; + }; }