Bind caps to ESC in flake
This commit is contained in:
parent
93f6820546
commit
9893c85ce2
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue