Commit a6b712f8 authored by paumr's avatar paumr
Browse files

nixos-generate-config: fix invalid sample config

This issue was reported in #221510
parent 6c9e1708
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -159,10 +159,7 @@ in
      $desktopConfiguration
        # Configure keymap in X11
        # services.xserver.layout = "us";
        # services.xserver.xkbOptions = {
        #   "eurosign:e";
        #   "caps:escape" # map caps to escape.
        # };
        # services.xserver.xkbOptions = "eurosign:e,caps:escape";

        # Enable CUPS to print documents.
        # services.printing.enable = true;