fix kanshi configuration

This commit is contained in:
alyx 2026-02-27 12:49:27 +00:00
parent ac0138d8b3
commit 9cd4d87032
Signed by: alyx
SSH key fingerprint: SHA256:ikXQIBRoakFdxVU/cImm2/V8XxM0gMJU8QybMfU66H0
2 changed files with 2 additions and 1 deletions

View file

@ -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"; }
]; ];
} }
]; ];

View file

@ -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;