peripherals/razer: add razergenie

This commit is contained in:
Infinidoge 2022-01-07 23:31:19 -05:00
parent bde917b0d4
commit 52692c223b

View file

@ -17,5 +17,7 @@ in
}; };
user.extraGroups = [ "plugdev" ]; user.extraGroups = [ "plugdev" ];
home.home.packages = with pkgs; [ razergenie ]; # TODO replace with polychromatic
}; };
} }