From 57a276ff396d2809e100212f12959b3c7cadd429 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Wed, 17 Jul 2024 22:45:40 -0400 Subject: [PATCH] phone(dconf): Shuffle keypad --- hosts/phone/configuration.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hosts/phone/configuration.nix b/hosts/phone/configuration.nix index 6e0d5430..b5308c15 100644 --- a/hosts/phone/configuration.nix +++ b/hosts/phone/configuration.nix @@ -34,6 +34,12 @@ in config = { programs.man.generateCaches = mkForce false; + + dconf.settings = { + "sm/puri/phosh/lockscreen" = { + shuffle-keypad = true; + }; + }; }; };