fix: Add a missing semicolon
This commit is contained in:
parent
21660c6bb6
commit
e0c8c5c798
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ in {
|
||||||
systemd.user.services.clone-wallpapers = {
|
systemd.user.services.clone-wallpapers = {
|
||||||
description = "Clone wallpaper repository";
|
description = "Clone wallpaper repository";
|
||||||
enable = true;
|
enable = true;
|
||||||
before = [ "feh-wp.service" "feh-wp.timer" ]
|
before = [ "feh-wp.service" "feh-wp.timer" ];
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
Type = "oneshot";
|
Type = "oneshot";
|
||||||
ExecStart = "${pkgs.fish}/bin/fish -c '${pkgs.coreutils}/bin/stat %h/wallpapers; or ${pkgs.git}/bin/git clone https://git.tazj.in/tazjin/wallpapers.git %h/wallpapers'";
|
ExecStart = "${pkgs.fish}/bin/fish -c '${pkgs.coreutils}/bin/stat %h/wallpapers; or ${pkgs.git}/bin/git clone https://git.tazj.in/tazjin/wallpapers.git %h/wallpapers'";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue