From b95e0a08a61abfce103c18b4e7a9a667b74259ed Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Mon, 22 Jul 2024 13:57:09 -0400 Subject: [PATCH] dustin: set new default wallpaper --- homes/dustin/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/homes/dustin/default.nix b/homes/dustin/default.nix index de899c9e..7deb7614 100644 --- a/homes/dustin/default.nix +++ b/homes/dustin/default.nix @@ -45,12 +45,12 @@ self: { "desc:LG Electronics LG IPS QHD 109NTWG4Y865,preferred,-2560x0,auto" ]; - randomWallpaper = true; + randomWallpaper = false; }; theme = { enable = true; - wallpaper = "${config.xdg.dataHome}/backgrounds/jr-korpa-9XngoIpxcEo-unsplash.jpg"; + wallpaper = "${config.xdg.dataHome}/backgrounds/wallhaven-6d66dl.jpg"; }; }; }