* Re-enable ctrl-alt-backspace to kill the X server.

svn path=/nixos/trunk/; revision=23089
This commit is contained in:
Eelco Dolstra 2010-08-10 12:37:39 +00:00
parent 313629adcf
commit 5456815016

View File

@ -220,7 +220,7 @@ in
};
xkbOptions = mkOption {
default = "";
default = "terminate:ctrl_alt_bksp";
example = "grp:caps_toggle, grp_led:scroll";
description = ''
X keyboard options; layout switching goes here.