1
0
mirror of https://github.com/ellmau/nixos.git synced 2025-12-19 09:29:36 +01:00

Fix path to desktop wallpaper

This commit is contained in:
Stefan Ellmauthaler 2022-05-24 10:50:34 +02:00
parent bc17bffd2b
commit 26a90c6b11
Failed to extract signature

View File

@ -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;