From 3ef118ec480743029437fc13c300e7534b6cef62 Mon Sep 17 00:00:00 2001 From: Joinemm Date: Wed, 21 Feb 2024 13:08:48 +0200 Subject: [PATCH] Enable xbox controller --- hosts/zeus/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/zeus/configuration.nix b/hosts/zeus/configuration.nix index 0e40726..8b98ed4 100644 --- a/hosts/zeus/configuration.nix +++ b/hosts/zeus/configuration.nix @@ -83,6 +83,8 @@ in { default-sample-format = "float32le"; }; + hardware.xone.enable = true; + services.xserver = { libinput = { enable = true;