From e3531c26cb6385e712fba3231381ded5606b403e Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Mon, 1 Jul 2024 10:26:53 -0400 Subject: [PATCH] Infini-FRAMEWORK: enable uinput and joycond --- hosts/Infini-FRAMEWORK/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/Infini-FRAMEWORK/default.nix b/hosts/Infini-FRAMEWORK/default.nix index d29b96a..4560a88 100644 --- a/hosts/Infini-FRAMEWORK/default.nix +++ b/hosts/Infini-FRAMEWORK/default.nix @@ -42,6 +42,8 @@ }; programs.ns-usbloader.enable = true; + hardware.uinput.enable = true; + services.joycond.enable = true; services.fwupd = { enable = true;