Add work specialization for monitor configuration

This commit is contained in:
Armel van Ravels
2026-06-26 14:20:24 +02:00
parent 239f5832c6
commit 73601c9423

View File

@@ -56,6 +56,28 @@
virtualisation.libvirtd.enable = true; virtualisation.libvirtd.enable = true;
specialisation = {
"top floor".configuration = {
home-manager.users.avravels.home.hyprland.monitors = [
{
output = "DP-3";
mode = "2560x1440";
position = "0x0";
}
{
output = "DP-1";
mode = "2560x1440";
position = "2560x0";
}
{
output = "eDP-1";
mode = "1920x1200";
position = "5120x0";
}
];
};
};
networking.hosts = { networking.hosts = {
"127.0.0.1" = [ "127.0.0.1" = [
"local.wormundco.de" "local.wormundco.de"