Bind caps to ESC in flake

This commit is contained in:
nixos-install.sh 2025-09-13 12:30:02 +00:00 committed by Oshgnacknak
parent 93f6820546
commit 9893c85ce2
Signed by: Oshgnacknak
GPG key ID: 8CB7375654585956

View file

@ -83,6 +83,13 @@
enableZshIntegration = true;
};
home.keyboard = {
variant = null;
options = [
"caps:escape" # make Caps = Escape
];
};
# Put extra packages in the *user* profile (not system)
home.packages = with pkgs; [
ripgrep