phone(dconf): Shuffle keypad

This commit is contained in:
Donovan Glover 2024-07-17 22:45:40 -04:00
parent dded6eb37f
commit 57a276ff39
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -34,6 +34,12 @@ in
config = {
programs.man.generateCaches = mkForce false;
dconf.settings = {
"sm/puri/phosh/lockscreen" = {
shuffle-keypad = true;
};
};
};
};