Compare commits

..

No commits in common. "ded7c7f8eec44b4d06e18f1d5b5155f9588375e7" and "0da24150b0a2567af5c7d89aa0ca8375a427dce9" have entirely different histories.

2 changed files with 1 additions and 3 deletions

View File

@ -97,7 +97,6 @@
services.upower = {
enable = true;
percentageCritical = 5;
criticalPowerAction = "HybridSleep";
};
# Import other configuration modules

View File

@ -108,8 +108,7 @@ in {
path = [ pkgs.emacs pkgs.git ];
serviceConfig = {
Type = "oneshot";
ExecStart =
"/bin/sh /home/coolneng/.emacs.d/bin/doom -y upgrade ; /bin/sh /home/coolneng/.emacs.d/bin/doom -y update";
ExecStart = "/bin/sh /home/coolneng/.emacs.d/bin/doom -y upgrade";
};
};