Compare commits
No commits in common. "ded7c7f8eec44b4d06e18f1d5b5155f9588375e7" and "0da24150b0a2567af5c7d89aa0ca8375a427dce9" have entirely different histories.
ded7c7f8ee
...
0da24150b0
@ -97,7 +97,6 @@
|
|||||||
services.upower = {
|
services.upower = {
|
||||||
enable = true;
|
enable = true;
|
||||||
percentageCritical = 5;
|
percentageCritical = 5;
|
||||||
criticalPowerAction = "HybridSleep";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
# Import other configuration modules
|
# Import other configuration modules
|
||||||
|
@ -108,8 +108,7 @@ in {
|
|||||||
path = [ pkgs.emacs pkgs.git ];
|
path = [ pkgs.emacs pkgs.git ];
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
Type = "oneshot";
|
Type = "oneshot";
|
||||||
ExecStart =
|
ExecStart = "/bin/sh /home/coolneng/.emacs.d/bin/doom -y upgrade";
|
||||||
"/bin/sh /home/coolneng/.emacs.d/bin/doom -y upgrade ; /bin/sh /home/coolneng/.emacs.d/bin/doom -y update";
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user