mob next [ci-skip] [ci skip] [skip ci]

lastFile:modules/home-manager/emmie/default.nix
This commit is contained in:
2026-01-13 15:22:47 +07:00
parent ea2ef73795
commit 54a8e91d10

View File

@@ -20,8 +20,8 @@ in
services.xserver = {
enable = true;
xkb.layout = "us,th`";
xkbOptions = "grp:win_space_toggle";
xkb.layout = "us,th";
xkbOptions = "grp:win_space_toggle,grp:alt_shift_toggle";
};
home-manager.useGlobalPkgs = true;