From e7f70dcda2ceb12a2941fe77c69c10f9f006740f Mon Sep 17 00:00:00 2001 From: Daryl Ronningen Date: Sun, 25 Dec 2022 01:09:16 -0800 Subject: [PATCH] add xpadneo --- hosts/skynet/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/skynet/configuration.nix b/hosts/skynet/configuration.nix index 641722d..690eefa 100644 --- a/hosts/skynet/configuration.nix +++ b/hosts/skynet/configuration.nix @@ -26,6 +26,9 @@ in pkgs.recurseIntoAttrs (pkgs.linuxPackagesFor linux_relms); + # Enable XBox Controller + hardware.xpadneo.enable = true; + # Networking networking.hostName = "skynet";