feat(desktop): Type parentheses the Lisp-machine way

https://www.reddit.com/r/lisp/comments/78tx8f/typing_parentheses_the_lisp_machine_way/
This commit is contained in:
Vincent Ambo 2018-01-12 22:56:46 +01:00
parent 568c4cc115
commit d68582360a

View file

@ -8,7 +8,7 @@ in {
services.xserver = { services.xserver = {
enable = true; enable = true;
layout = "us,no"; layout = "us,no";
xkbOptions = "caps:super, grp:shifts_toggle"; xkbOptions = "caps:super, grp:shifts_toggle, parens:swap_brackets";
# Give EXWM permission to control the session. # Give EXWM permission to control the session.
displayManager.sessionCommands = "${pkgs.xorg.xhost}/bin/xhost +SI:localuser:$USER"; displayManager.sessionCommands = "${pkgs.xorg.xhost}/bin/xhost +SI:localuser:$USER";