diff --git a/modules/periodic.nix b/modules/periodic.nix index a877710..d5832ad 100644 --- a/modules/periodic.nix +++ b/modules/periodic.nix @@ -8,7 +8,7 @@ wantedBy = [ "default.target" ]; path = with pkgs; [ bash emacsPgtkGcc git coreutils ]; script = '' - ${pkgs.bash}/bin/bash -c "/home/coolneng/.emacs.d/bin/doom -y upgrade" + ${pkgs.bash}/bin/bash -c "/home/coolneng/.emacs.d/bin/doom upgrade" ${pkgs.bash}/bin/bash -c "/home/coolneng/.emacs.d/bin/doom sync" ''; serviceConfig = { Type = "oneshot"; }; @@ -29,7 +29,7 @@ wantedBy = [ "default.target" ]; path = with pkgs; [ bash emacsPgtkGcc git coreutils ]; script = '' - ${pkgs.bash}/bin/bash -c "/home/coolneng/.emacs.d/bin/doom -y purge" + ${pkgs.bash}/bin/bash -c "/home/coolneng/.emacs.d/bin/doom purge" ''; serviceConfig = { Type = "oneshot"; }; };