We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c9e170 commit a6b712fCopy full SHA for a6b712f
1 file changed
nixos/modules/installer/tools/tools.nix
@@ -159,10 +159,7 @@ in
159
$desktopConfiguration
160
# Configure keymap in X11
161
# services.xserver.layout = "us";
162
- # services.xserver.xkbOptions = {
163
- # "eurosign:e";
164
- # "caps:escape" # map caps to escape.
165
- # };
+ # services.xserver.xkbOptions = "eurosign:e,caps:escape";
166
167
# Enable CUPS to print documents.
168
# services.printing.enable = true;
0 commit comments