typo
This commit is contained in:
parent
9cfe373129
commit
3727fc359b
|
@ -615,7 +615,7 @@ in rec {
|
||||||
services = {
|
services = {
|
||||||
battery-check = {
|
battery-check = {
|
||||||
Unit.Description = "Warn at low battery levels";
|
Unit.Description = "Warn at low battery levels";
|
||||||
Service = let batMon = pkgs.writeShellScript "botMon" ''
|
Service = let batMon = pkgs.writeShellScript "batMon" ''
|
||||||
PATH="$PATH:${pkgs.lib.makeBinPath [
|
PATH="$PATH:${pkgs.lib.makeBinPath [
|
||||||
pkgs.acpi
|
pkgs.acpi
|
||||||
pkgs.dunst
|
pkgs.dunst
|
||||||
|
|
Loading…
Reference in New Issue
Block a user