Skip to content

Commit

Permalink
Use both US and JIS keyboards in GNOME
Browse files Browse the repository at this point in the history
Without this, services.xserver config does not affects I may revert it in future
  • Loading branch information
kachick committed Dec 9, 2024
1 parent 608906c commit 7bdaf18
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions home-manager/gnome.nix
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,19 @@ in
toggle-tiled-right = [ ];
};

"org/gnome/desktop/input-sources" = {
sources = with lib.hm.gvariant; [
(mkTuple [
"xkb"
"us"
])
(mkTuple [
"xkb"
"jp"
])
];
};

"org/gnome/desktop/interface" = {
# https://askubuntu.com/questions/701592/how-do-i-disable-activities-hot-corner-in-gnome-shell
enable-hot-corners = false;
Expand Down

0 comments on commit 7bdaf18

Please sign in to comment.