From 467cfaa066a57f43cb123d2ba3e3d08c378ef931 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Mon, 10 May 2021 17:51:44 +0200 Subject: [PATCH] profiles: laptop: enable power-alert --- profiles/laptop.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/profiles/laptop.nix b/profiles/laptop.nix index f02360b..055c0b2 100644 --- a/profiles/laptop.nix +++ b/profiles/laptop.nix @@ -13,5 +13,8 @@ in # Enable upower power management my.modules.upower.enable = true; + + # Enable battery notifications + my.home.power-alert.enable = true; }; }