Fix typo in wallpaper path

This commit is contained in:
Evie Litherland-Smith 2024-07-08 09:03:32 +01:00
parent 94c6d717b0
commit 266f4959b2

View file

@ -7,7 +7,7 @@
...
}: let
set-background = pkgs.writeShellScriptBin "set-background" ''
${pkgs.swaybg}/bin/swaybg -m fill -i ${./wallpapers/landscapes/tropic_island_day.jpg}
${pkgs.swaybg}/bin/swaybg -m fill -i ${../wallpapers/landscapes/tropic_island_day.jpg}
'';
in {
home.packages = [set-background];