From 18e03a9393c329e9d2fd3e841587fa62664e92c0 Mon Sep 17 00:00:00 2001 From: Dave Gallant Date: Sun, 23 Feb 2025 18:00:19 -0500 Subject: [PATCH] Remove xpadneo --- machines/hephaestus/configuration.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/machines/hephaestus/configuration.nix b/machines/hephaestus/configuration.nix index 451c854..28db8d9 100644 --- a/machines/hephaestus/configuration.nix +++ b/machines/hephaestus/configuration.nix @@ -36,9 +36,6 @@ in }; boot = { - extraModulePackages = with config.boot.kernelPackages; [ - xpadneo # Advanced Linux Driver for Xbox One Wireless Controller - ]; kernelModules = [ "kvm-amd" ]; kernelPackages = pkgs.linuxPackages;