Fix path for nixos wallpaper
This commit is contained in:
parent
cb17bea00c
commit
479ccf3fc3
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ in {
|
||||||
};
|
};
|
||||||
output = {
|
output = {
|
||||||
"*" = {
|
"*" = {
|
||||||
bg = "${pkgs.nixos-artwork.wallpapers.simple-dark-gray-bottom}/share/wallpapers/simple-dark-gray-2018-08-28/contents/images/nix-wallpaper-simple-dark-gray_bottom.png fill";
|
bg = "${pkgs.nixos-artwork.wallpapers.simple-dark-gray-bottom}/share/wallpapers/simple-dark-gray/contents/images/nix-wallpaper-simple-dark-gray_bottom.png fill";
|
||||||
};
|
};
|
||||||
eDP-1 = {
|
eDP-1 = {
|
||||||
scale = "1";
|
scale = "1";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue