feat: added razer packages

This commit is contained in:
Nick 2025-03-01 15:52:10 -06:00
parent 62bbd3a0d5
commit f3b90e759f
3 changed files with 25 additions and 10 deletions

View file

@ -0,0 +1,11 @@
{
pkgs,
...
}:
{
home.packages = builtins.attrValues {
inherit (pkgs)
polychromatic
;
};
}