mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-05-31 23:15:42 +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
|
||||
inherit (lib) mkIf mkForce;
|
||||
inherit (lib.gvariant) mkTuple;
|
||||
inherit (lib.gvariant) mkTuple mkUint32;
|
||||
inherit (config.modules.system) username;
|
||||
inherit (builtins) attrValues;
|
||||
|
||||
@ -61,6 +61,10 @@ in
|
||||
show-battery-percentage = true;
|
||||
};
|
||||
|
||||
"org/gnome/desktop/session" = {
|
||||
idle-delay = mkUint32 60;
|
||||
};
|
||||
|
||||
"org/gnome/desktop/input-sources" = {
|
||||
sources = [
|
||||
(mkTuple [ "xkb" "us" ])
|
||||
|
Loading…
x
Reference in New Issue
Block a user