From 9893c85ce2cea4e9abb9f053c607d3c09513f7ae Mon Sep 17 00:00:00 2001 From: "nixos-install.sh" Date: Sat, 13 Sep 2025 12:30:02 +0000 Subject: [PATCH] Bind caps to ESC in flake --- flake.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/flake.nix b/flake.nix index c21f2a2..0e62506 100644 --- a/flake.nix +++ b/flake.nix @@ -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