machines: adjust strixi internal display profile

This commit is contained in:
2026-05-08 02:36:00 -07:00
parent 8c1687fa83
commit 21868cca81

View File

@@ -113,7 +113,7 @@
home-manager.sharedModules = [
{
services.kanshi.settings = lib.mkBefore [
services.kanshi.settings = lib.mkAfter [
{
profile.name = "internal-only";
profile.outputs = [
@@ -130,6 +130,18 @@
}
];
}
{
profile.name = "internal-panel-only";
profile.outputs = [
{
criteria = "eDP-1";
status = "enable";
mode = "2560x1600@240Hz";
position = "0,0";
scale = 1.333333;
}
];
}
];
home.stateVersion = "23.05";