mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-02 07:56:12 +02:00
phone(dconf): Limit idle delay to 1 minute
Might help with the phone turning on while pocketed.
This commit is contained in:
parent
a35c91057c
commit
12accb0619
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
let
|
let
|
||||||
inherit (lib) mkIf mkForce;
|
inherit (lib) mkIf mkForce;
|
||||||
inherit (lib.gvariant) mkTuple;
|
inherit (lib.gvariant) mkTuple mkUint32;
|
||||||
inherit (config.modules.system) username;
|
inherit (config.modules.system) username;
|
||||||
inherit (builtins) attrValues;
|
inherit (builtins) attrValues;
|
||||||
|
|
||||||
@ -61,6 +61,10 @@ in
|
|||||||
show-battery-percentage = true;
|
show-battery-percentage = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
"org/gnome/desktop/session" = {
|
||||||
|
idle-delay = mkUint32 60;
|
||||||
|
};
|
||||||
|
|
||||||
"org/gnome/desktop/input-sources" = {
|
"org/gnome/desktop/input-sources" = {
|
||||||
sources = [
|
sources = [
|
||||||
(mkTuple [ "xkb" "us" ])
|
(mkTuple [ "xkb" "us" ])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user