From 8bff82a688f205c925cb391746e66f6d429d4cb1 Mon Sep 17 00:00:00 2001 From: sajenim Date: Sat, 13 May 2023 08:30:46 +0800 Subject: [PATCH] enable g502 support --- nixos/fuchsia/configuration.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/nixos/fuchsia/configuration.nix b/nixos/fuchsia/configuration.nix index 378e481..0257198 100644 --- a/nixos/fuchsia/configuration.nix +++ b/nixos/fuchsia/configuration.nix @@ -156,7 +156,7 @@ freecad openscad # Misc - openrgb protonup-ng + openrgb piper protonup-ng ]; # Completions for system packages @@ -192,6 +192,10 @@ videoDrivers = [ "amdgpu" ]; displayManager.startx.enable = true; }; + + ratbagd = { + enable = true; + }; }; # Install docker