diff --git a/modules/modules/hardware/peripherals/razer.nix b/modules/modules/hardware/peripherals/razer.nix index 27e18bf..39ce39c 100644 --- a/modules/modules/hardware/peripherals/razer.nix +++ b/modules/modules/hardware/peripherals/razer.nix @@ -17,5 +17,7 @@ in }; user.extraGroups = [ "plugdev" ]; + + home.home.packages = with pkgs; [ razergenie ]; # TODO replace with polychromatic }; }