Update astal widgets
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
8
hosts/common/configs/system/upower/default.nix
Normal file
8
hosts/common/configs/system/upower/default.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{ ... }:
|
||||
{
|
||||
services.upower = {
|
||||
enable = true;
|
||||
allowRiskyCriticalPowerAction = true;
|
||||
criticalPowerAction = "Ignore";
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user