mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-08 09:24:17 +01:00
phone(dconf): Add Japanese keyboard to squeekboard
This commit is contained in:
parent
41deea0272
commit
345dbe9ce5
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user