mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 08:39:42 -04:00
fixed wallpapers
This commit is contained in:
parent
19396dac8a
commit
850bcbf66b
2 changed files with 7 additions and 2 deletions
|
|
@ -17,13 +17,13 @@ in
|
|||
HDMI-A-1 = {
|
||||
resolution = "1920x1080";
|
||||
position = "0,0";
|
||||
bg = "/etc/nixos/src/user/modules/gui/desktopEnvironments/wallpapers fill";
|
||||
bg = "~/Pictures/wallpapers fill";
|
||||
};
|
||||
DP-1 = {
|
||||
resolution = "1080x1920";
|
||||
position = "1920,0";
|
||||
transform = "90";
|
||||
bg = "/etc/nixos/src/user/modules/gui/desktopEnvironments/wallpapers fill";
|
||||
bg = "~/Pictures/wallpapers fill";
|
||||
};
|
||||
};
|
||||
modifier = "Mod1";
|
||||
|
|
|
|||
|
|
@ -54,5 +54,10 @@ in
|
|||
};
|
||||
|
||||
fonts.fontconfig.enable = true;
|
||||
|
||||
home.file."~/Pictures/wallpapers" = {
|
||||
source = ../../wallpapers;
|
||||
recursive = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue