Compare commits

..

2 Commits

2 changed files with 3 additions and 1 deletions

View File

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

View File

@ -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";
};
};