Skip to content

Commit

Permalink
kreyren/dconf: Fix keyboard layout on GNOME
Browse files Browse the repository at this point in the history
  • Loading branch information
Kreyren committed Mar 15, 2024
1 parent 440565e commit dc0dbb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nixos/users/kreyren/home/modules/system/dconf/dconf.nix
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,8 @@ in {
"org/gnome/desktop/input-sources" = {
shob-all-sources = true;
sources = [
(mkTuple [ "xkb" "eu" ])
(mkTuple [ "xkb" "cz" ])
(mkTuple [ "xkb" "us" ])
(mkTuple [ "xkb" "cz+qwerty'" ])
];
xkb-options = [ "terminate:ctrl_alt_bksp" ];
};
Expand Down

0 comments on commit dc0dbb6

Please sign in to comment.