dustin: set new default wallpaper

This commit is contained in:
Aly Raffauf 2024-07-22 13:57:09 -04:00
parent f017eec6e8
commit b95e0a08a6

View file

@ -45,12 +45,12 @@ self: {
"desc:LG Electronics LG IPS QHD 109NTWG4Y865,preferred,-2560x0,auto" "desc:LG Electronics LG IPS QHD 109NTWG4Y865,preferred,-2560x0,auto"
]; ];
randomWallpaper = true; randomWallpaper = false;
}; };
theme = { theme = {
enable = true; enable = true;
wallpaper = "${config.xdg.dataHome}/backgrounds/jr-korpa-9XngoIpxcEo-unsplash.jpg"; wallpaper = "${config.xdg.dataHome}/backgrounds/wallhaven-6d66dl.jpg";
}; };
}; };
} }