Compare commits
2 Commits
0da24150b0
...
ded7c7f8ee
| Author | SHA1 | Date | |
|---|---|---|---|
|
ded7c7f8ee
|
|||
|
3a91370ba7
|
@@ -97,6 +97,7 @@
|
||||
services.upower = {
|
||||
enable = true;
|
||||
percentageCritical = 5;
|
||||
criticalPowerAction = "HybridSleep";
|
||||
};
|
||||
|
||||
# Import other configuration modules
|
||||
|
||||
@@ -108,7 +108,8 @@ in {
|
||||
path = [ pkgs.emacs pkgs.git ];
|
||||
serviceConfig = {
|
||||
Type = "oneshot";
|
||||
ExecStart = "/bin/sh /home/coolneng/.emacs.d/bin/doom -y upgrade";
|
||||
ExecStart =
|
||||
"/bin/sh /home/coolneng/.emacs.d/bin/doom -y upgrade ; /bin/sh /home/coolneng/.emacs.d/bin/doom -y update";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user