phone(dconf): Add Japanese keyboard to squeekboard

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

View File

@ -2,6 +2,7 @@
let
inherit (lib) mkForce;
inherit (lib.gvariant) mkTuple;
inherit (builtins) attrValues;
in
{
@ -48,6 +49,13 @@ in
show-battery-percentage = true;
};
"org/gnome/desktop/input-sources" = {
sources = [
(mkTuple [ "xkb" "us" ])
(mkTuple [ "xkb" "jp+kana" ])
];
};
"org/gnome/eog/ui" = {
image-gallery = true;
sidebar = false;