From 26a90c6b11faf7a84618c996fe04a664dbb74f41 Mon Sep 17 00:00:00 2001 From: Stefan Ellmauthaler Date: Tue, 24 May 2022 10:50:34 +0200 Subject: [PATCH] Fix path to desktop wallpaper --- modules/users.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/users.nix b/modules/users.nix index a54370c..d3c4f78 100644 --- a/modules/users.nix +++ b/modules/users.nix @@ -123,7 +123,7 @@ with lib; { fi ''; }; - home.file.".background-image".source = ../../common/wallpaper/nix-wallpaper-nineish-dark-gray.png; + home.file.".background-image".source = ../common/wallpaper/nix-wallpaper-nineish-dark-gray.png; services = { blueman-applet.enable = true;