Bind caps to escape

This commit is contained in:
Oshgnacknak 2025-09-10 18:24:33 +02:00
parent 024231c491
commit 1efca15e68
Signed by: Oshgnacknak
GPG key ID: 8CB7375654585956

View file

@ -111,13 +111,21 @@
force = true;
};
# Environment variables only for this user/session
home.sessionVariables = {
EDITOR = "nvim";
PREFERRED_SHELL = "zsh";
};
# Good HM hygiene
# Make sure Home Manager manages dconf
programs.dconf.enable = true;
# GNOME input options (Wayland-safe)
dconf.settings = {
"org/gnome/desktop/input-sources" = {
xkb-options = [ "caps:escape" ];
};
};
xdg.enable = true;
home.stateVersion = "24.05";
}