phone(dconf): Enable suspend in dropdown menu

This commit is contained in:
Donovan Glover 2024-07-18 00:02:32 -04:00
parent d6d298491a
commit 41deea0272
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -36,6 +36,10 @@ in
programs.man.generateCaches = mkForce false;
dconf.settings = {
"sm/puri/phosh" = {
enable-suspend = true;
};
"sm/puri/phosh/lockscreen" = {
shuffle-keypad = true;
};