fix kanshi configuration
This commit is contained in:
parent
ac0138d8b3
commit
9cd4d87032
2 changed files with 2 additions and 1 deletions
|
|
@ -168,7 +168,6 @@
|
||||||
profile.outputs = [
|
profile.outputs = [
|
||||||
{ criteria = "Microstep MSI G273Q CA8A463100033"; position = "1600,0"; mode = "2560x1440@164.835007"; }
|
{ criteria = "Microstep MSI G273Q CA8A463100033"; position = "1600,0"; mode = "2560x1440@164.835007"; }
|
||||||
{ criteria = "Dell Inc. Dell 2007FP MY546856GT2L"; position = "0,0"; mode = "1600x1200@60.000000"; }
|
{ criteria = "Dell Inc. Dell 2007FP MY546856GT2L"; position = "0,0"; mode = "1600x1200@60.000000"; }
|
||||||
{ criteria = "Valve Corporation index HMD 0xEDE55842"; status = "disable"; }
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -36,6 +36,8 @@
|
||||||
AMD_VULKAN_ICD = "RADV";
|
AMD_VULKAN_ICD = "RADV";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
hardware.wooting.enable = true;
|
||||||
|
|
||||||
services.udev.packages = with pkgs; [xr-hardware];
|
services.udev.packages = with pkgs; [xr-hardware];
|
||||||
|
|
||||||
services.power-profiles-daemon.enable = true;
|
services.power-profiles-daemon.enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue