monitors added to hypr config

This commit is contained in:
KoenDR06 2025-07-15 19:57:00 +02:00
parent 444186a0df
commit 2c5692e76b
4 changed files with 54 additions and 1 deletions

View file

@ -26,6 +26,16 @@
wm = {
hyprland.enable = true;
config = {
monitors.displays = [
{
output = "eDP-1";
x = 0;
y = 0;
}
];
};
};
hardware = {