fixing wpd error

This commit is contained in:
Ivan Dimitrov 2024-04-19 16:10:16 +03:00
parent 7b74e28631
commit a0eaadddbc

View File

@ -33,7 +33,7 @@
Environment = [
"PATH=${pkgs.xdg-user-dirs}/bin:${pkgs.swaybg}/bin"
];
ExecStart = [ "${pkgs.nushell}/bin/nu -c 'swaybg -i ((xdg-user-dir PICTURES) | path join 'bg.png')'" ];
ExecStart = [ "${pkgs.nushell}/bin/nu -c 'swaybg -i ((xdg-user-dir PICTURES) | path split | path join bg.png)'" ];
};
};
bingwp = {