I have been unable to figure out what to put in configuration.nix to implement the behavior I am used to under Debian. The contents of /etc/kdb/remap are sed commands for remapping the CapsLock key to Control and the right Control key to CapsLock:
# This turns caps lock into control s/keycode 58 = Caps_Lock/keycode 58 = Control/; # This turns right control into caps lock s/keycode 97 = Control/keycode 97 = Caps_Lock/; What is the best way to do that for NixOS? Mark
_______________________________________________ nix-dev mailing list [email protected] http://lists.science.uu.nl/mailman/listinfo/nix-dev
