fix: add monitor configuration to kumatani

This commit is contained in:
2025-12-19 18:28:59 -08:00
parent e83f74ff04
commit d41d977793
2 changed files with 28 additions and 0 deletions

View File

@@ -63,6 +63,33 @@
hashedPassword = config.hashedPassword;
openssh.authorizedKeys.keys = config.authorized_ssh;
};
home-manager.users.luca = {
services.kanshi = {
enable = true;
settings = [
{
profile.name = "main";
profile.outputs = [
{
status = "enable";
criteria = "DP-2";
position = "0,0";
mode = "1920x1080";
scale = 1.0;
}
{
status = "enable";
criteria = "HDMI-A-1";
position = "1920,0";
mode = "3440x1440";
scale = 1.0;
}
];
}
];
};
};
hardware.graphics.enable = true;
services.xserver.videoDrivers = [ "nvidia" ];

View File

@@ -49,6 +49,7 @@
htop
lm_sensors
fanctl
waypipe
];
boot.kernelModules = [
"iptables"