Fix battery notifications
This commit is contained in:
parent
1869c6b223
commit
68813f3af7
3 changed files with 6 additions and 1 deletions
lib/nixos
|
@ -329,7 +329,7 @@ in
|
|||
services.cron = {
|
||||
enable = true;
|
||||
|
||||
systemCronJobs = [ "* * * * * opdavies /home/opdavies/.config/bin/notify-battery.sh" ];
|
||||
systemCronJobs = [ "* * * * * opdavies /home/${username}/.local/bin/notify-battery" ];
|
||||
};
|
||||
|
||||
services.auto-cpufreq.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue