about summary refs log tree commit diff
path: root/desktop.nix
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@gmail.com>2018-01-12T21·56+0100
committerVincent Ambo <tazjin@gmail.com>2018-01-12T21·56+0100
commitd68582360a6523c05608369bc4b2095c68daca32 (patch)
treee769af4bd507ae7bc3932a4346b2b60e9bbb98ac /desktop.nix
parent568c4cc115108b41f0d0ac267f3f35687e08759d (diff)
feat(desktop): Type parentheses the Lisp-machine way
https://www.reddit.com/r/lisp/comments/78tx8f/typing_parentheses_the_lisp_machine_way/
Diffstat (limited to 'desktop.nix')
-rw-r--r--desktop.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop.nix b/desktop.nix
index 2ea6cf623554..b306cd5196cc 100644
--- a/desktop.nix
+++ b/desktop.nix
@@ -8,7 +8,7 @@ in {
   services.xserver = {
     enable = true;
     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.
     displayManager.sessionCommands = "${pkgs.xorg.xhost}/bin/xhost +SI:localuser:$USER";