Skip to content

Commit

Permalink
use the right caps config
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Aug 22, 2021
1 parent eefcce5 commit 1c2abbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotfiles/keyboard/default.nix
@@ -1 +1 @@
{ ... }: { home.keyboard.options = [ "caps:ctrl_modifier" ]; }
{ ... }: { home.keyboard.options = [ "ctrl:swapcaps" ]; }

0 comments on commit 1c2abbd

Please sign in to comment.