fix images

This commit is contained in:
Tristan 2023-12-23 15:55:21 +00:00
parent 34aaaf63d2
commit 2df8e8e804
5 changed files with 18 additions and 12 deletions

View file

@ -1,4 +1,4 @@
{config, ...}: {
{...}: {
displays = {
enable = true;
displays = [
@ -12,7 +12,7 @@
};
position.x = 0;
position.y = 0;
wallpaper = "/home/tristan/Pictures/backgrounds/demonslayer.jpg";
wallpaper = ../images/demonslayer.png;
}
{
name = "HDMI-A-1";
@ -25,18 +25,9 @@
x = 1920;
y = 0;
};
wallpaper = "/home/tristan/Pictures/backgrounds/wallhaven-qzlyzd.jpg";
wallpaper = ../images/nier2.jpg;
rotation = 1;
}
{
name = "eDP-1";
description = "BOE 0x07D8";
position = {
x = 0;
y = 1080;
};
wallpaper = "/home/tristan/Pictures/backgrounds/nix-soft.png";
}
];
};
}