Configure monitor per host

This commit is contained in:
Armel van Ravels
2026-06-22 11:06:20 +02:00
parent 0af25f781c
commit 83210c012c
2 changed files with 40 additions and 18 deletions

View File

@@ -67,5 +67,13 @@
};
hardware.bluetooth.enable = true;
services.blueman.enable = true;
home-manager.users.avravels.home.hyprland.monitors = [
{
output = "eDP-1";
mode = "1920x1200";
}
];
system.stateVersion = "25.11"; # Did you read the comment?
}