Fix typo in wallpaper path
This commit is contained in:
parent
94c6d717b0
commit
266f4959b2
|
@ -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];
|
||||
|
|
Loading…
Reference in a new issue