Fix battery notifications

This commit is contained in:
Oliver Davies 2024-11-27 19:00:42 +00:00
parent 0e2a86abb6
commit 1d40bf6c1d
5 changed files with 49 additions and 35 deletions
nix/modules/nixos

View file

@ -17,7 +17,7 @@ in
enable = true;
systemCronJobs = [
"* * * * * opdavies /home/opdavies/bin/notify-battery"
"* * * * * opdavies ${pkgs.notify-battery}/bin/notify-battery"
];
};