mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 08:39:42 -04:00
Added wallpapers to gui module
This commit is contained in:
parent
49f8b3f33c
commit
89f65665b3
2 changed files with 2 additions and 2 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue