From 016ed494e440b135a09d3334507bf807c7926676 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Sun, 21 Jul 2024 13:41:37 -0400 Subject: [PATCH] phone(dconf): Add caffeine quick setting Necessary for when we want to use the phone without the screen turning off after 1 minute. --- hosts/phone/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/phone/configuration.nix b/hosts/phone/configuration.nix index 5af4e804..c1615616 100644 --- a/hosts/phone/configuration.nix +++ b/hosts/phone/configuration.nix @@ -54,6 +54,7 @@ in "sm/puri/phosh/plugins" = { quick-settings = [ "night-light-quick-setting" + "caffeine-quick-setting" ]; };