{ config, pkgs, ... }: { dconf.settings = { "org/gnome/desktop/input-sources" = { xkb-options = [ "lv3:lsgt_switch" ]; }; }; }