silx: 2.1.1 -> 2.1.2 (#361612)
[NixPkgs.git] / nixos / modules / services / x11 / display-managers / slim.nix
blob4b0948a5b7a5407e127abb40d3bf82b617d8796b
1 { config, lib, pkgs, ... }:
3 with lib;
6   # added 2019-11-11
7   imports = [
8     (mkRemovedOptionModule [ "services" "xserver" "displayManager" "slim" ] ''
9       The SLIM project is abandoned and their last release was in 2013.
10       Because of this it poses a security risk to your system.
11       Other issues include it not fully supporting systemd and logind sessions.
12       Please use a different display manager such as LightDM, SDDM, or GDM.
13       You can also use the startx module which uses Xinitrc.
14     '')
15   ];