it works :D

This commit is contained in:
KoenDR06 2025-07-18 12:21:57 +02:00
parent eeb9ce59d9
commit 270e52070d
13 changed files with 785 additions and 1007 deletions

View file

@ -27,20 +27,24 @@
wm.hyprland = {
enable = true;
config.monitors = {
displays = [
{
output = "DP-2";
x = 0;
y = 0;
}
{
output = "DP-3";
x = -1440;
y = 0;
transform = 1;
}
];
config = {
monitors = {
displays = [
{
output = "DP-2";
x = 0;
y = 0;
wallpaper = ../../misc/landscape.png;
}
{
output = "DP-3";
x = -1440;
y = 0;
transform = 1;
wallpaper = ../../misc/portrait.png;
}
];
};
};
};