Compare commits
No commits in common. "ded7c7f8eec44b4d06e18f1d5b5155f9588375e7" and "0da24150b0a2567af5c7d89aa0ca8375a427dce9" have entirely different histories.
ded7c7f8ee
...
0da24150b0
@ -97,7 +97,6 @@
|
||||
services.upower = {
|
||||
enable = true;
|
||||
percentageCritical = 5;
|
||||
criticalPowerAction = "HybridSleep";
|
||||
};
|
||||
|
||||
# Import other configuration modules
|
||||
|
@ -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";
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user