add: battery notify script

This commit is contained in:
ooks-io 2023-09-04 12:15:15 +12:00
parent cc0bbbe9f5
commit 659b7407d5
4 changed files with 56 additions and 87 deletions

View file

@ -16,6 +16,7 @@
../common/user/ooks
../common/global
../common/opt/bluetooth.nix
../common/opt/batterynotify.nix
];
@ -99,6 +100,10 @@
};
};
# Battery notification
# -------------------------------------------------------------------------------------------------
modules.battery-notify.enable = true;
# System Version
# -------------------------------------------------------------------------------------------------