add uni sync
This commit is contained in:
parent
68348881a4
commit
23542ce3fd
1 changed files with 27 additions and 0 deletions
|
@ -8,6 +8,33 @@
|
||||||
modules.nvidia.enable = true;
|
modules.nvidia.enable = true;
|
||||||
modules.gaming.enable = true;
|
modules.gaming.enable = true;
|
||||||
|
|
||||||
|
hardware.uni-sync = {
|
||||||
|
enable = true;
|
||||||
|
devices = [
|
||||||
|
{
|
||||||
|
device_id = "VID:3314/PID:41218/SN:6243168001";
|
||||||
|
sync_rgb = true;
|
||||||
|
channels = [
|
||||||
|
{
|
||||||
|
mode = "Manual";
|
||||||
|
speed = 60;
|
||||||
|
}
|
||||||
|
{
|
||||||
|
mode = "Manual";
|
||||||
|
speed = 60;
|
||||||
|
}
|
||||||
|
{
|
||||||
|
mode = "Manual";
|
||||||
|
speed = 60;
|
||||||
|
}
|
||||||
|
{
|
||||||
|
mode = "Manual";
|
||||||
|
speed = 60;
|
||||||
|
}
|
||||||
|
];
|
||||||
|
}
|
||||||
|
];
|
||||||
|
};
|
||||||
stylix.image = ../../wallpapers/lucy-edgerunners-wallpaper.jpg;
|
stylix.image = ../../wallpapers/lucy-edgerunners-wallpaper.jpg;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue