From c598a47c599e1d74cc69009f840a3ca991282f46 Mon Sep 17 00:00:00 2001 From: traxys Date: Tue, 9 Apr 2024 00:21:16 +0200 Subject: [PATCH] minus: Add xpadneo driver --- hostconfig/minus/nixos.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hostconfig/minus/nixos.nix b/hostconfig/minus/nixos.nix index 7f2fa2e..f3b701a 100644 --- a/hostconfig/minus/nixos.nix +++ b/hostconfig/minus/nixos.nix @@ -81,6 +81,7 @@ services.openssh.enable = true; system.stateVersion = "23.11"; + hardware.xpadneo.enable = true; hardware.bluetooth.enable = true;