mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-20 01:38:02 +02:00
phone(dconf): Enable suspend in dropdown menu
This commit is contained in:
parent
d6d298491a
commit
41deea0272
@ -36,6 +36,10 @@ in
|
|||||||
programs.man.generateCaches = mkForce false;
|
programs.man.generateCaches = mkForce false;
|
||||||
|
|
||||||
dconf.settings = {
|
dconf.settings = {
|
||||||
|
"sm/puri/phosh" = {
|
||||||
|
enable-suspend = true;
|
||||||
|
};
|
||||||
|
|
||||||
"sm/puri/phosh/lockscreen" = {
|
"sm/puri/phosh/lockscreen" = {
|
||||||
shuffle-keypad = true;
|
shuffle-keypad = true;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user