feat: add gaming profile

This commit is contained in:
Jacob Bachmann 2024-01-27 23:02:54 +01:00
parent a62764d541
commit 8fee4883b8
Signed by: bchmnn
GPG key ID: 732A612DAD28067D

View file

@ -14,6 +14,29 @@
]; ];
}; };
gaming = {
outputs = [
{
criteria = "LVDS-1";
status = "disable";
}
{
criteria = "Dell Inc. DELL U2515H 9X2VY5490XUL";
status = "disable";
}
{
criteria = "Dell Inc. DELL U2515H 9X2VY5C7138L";
status = "enable";
mode = "1920x1080";
position = "0,0";
}
{
criteria = "HJW VGA TO HDMI 0x00000100";
status = "disable";
}
];
};
station = { station = {
outputs = [ outputs = [
{ {