Added wallpapers to gui module

This commit is contained in:
Bryan Ramos 2024-02-09 06:26:14 -05:00
parent 49f8b3f33c
commit 89f65665b3
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8
2 changed files with 2 additions and 2 deletions

View file

@ -17,13 +17,13 @@ in
HDMI-A-1 = {
resolution = "1920x1080";
position = "0,0";
bg = "~/Pictures/wallpapers/mountains.jpg fill";
bg = "/etc/nixos/src/modules/gui/wallpapers/mountains.jpg fill";
};
DP-1 = {
resolution = "1080x1920";
position = "1920,0";
transform = "90";
bg = "~/Pictures/wallpapers/mountains.jpg fill";
bg = "/etc/nixos/src/modules/gui/wallpapers/mountains.jpg fill";
};
};
modifier = "Mod1";

Binary file not shown.

After

Width:  |  Height:  |  Size: 609 KiB