forked from mirrors/nixpkgs
8fee229261
Before the error if the wrong default desktop was chosen would be: /nixpkgs-channels/lib/modules.nix:282:11: Default desktop manager ($(defaultDM)) not found. which has the string interpolation done incorreclty. Now that is fixed and it is more user-friendly as: /nixpkgs-channels/lib/modules.nix:282:11: Default desktop manager (gnome) not found. Probably you want to change services.xserver.desktopManager.default = "gnome"; to one of services.xserver.desktopManager.default = "gnome3"; services.xserver.desktopManager.default = "none"; |
||
---|---|---|
.. | ||
default.nix | ||
e19.nix | ||
gnome3.nix | ||
kde4.nix | ||
kde5.nix | ||
kodi.nix | ||
none.nix | ||
xfce.nix | ||
xterm.nix |