fix: use gdm and uwsm, move monitor config to host-specific

This commit is contained in:
2025-06-27 15:40:29 -07:00
parent d4ed1dfedf
commit 9c15c93217
2 changed files with 34 additions and 28 deletions

View File

@@ -45,6 +45,32 @@
};
desktop.enable = true;
home-manager.users.luca = {
services.kanshi = {
enable = true;
settings = [
{
profile.name = "main";
profile.outputs = [
{
criteria = "DP-1";
status = "enable";
scale = 1.0;
mode = "1920x1080";
position = "0,190";
}
{
criteria = "HDMI-A-1";
status = "enable";
scale = 1.0;
mode = "3440x1440";
position = "1920,0";
}
];
}
];
};
};
kanata.enable = true;
kanata.apple = true;
users.users.luca = {