1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-24 22:50:49 +00:00

note the desktopManagerHandlesLidAndPower removal

This commit is contained in:
Domen Kožar 2016-02-28 08:33:14 +00:00
parent 4c17d3892b
commit 8b2be11b13

View file

@ -289,6 +289,10 @@ in
services.xserver.displayManager.xserverBin = "${xorg.xorgserver}/bin/X";
imports = [
(mkRemovedOptionModule [ "services" "xserver" "displayManager" "desktopManagerHandlesLidAndPower" ])
];
};
}