kde4, kdm: mark services as deprecated

This commit is contained in:
Graham Christensen 2017-02-10 17:35:52 -05:00
parent ed8a0d8e5e
commit 564e0c120b
No known key found for this signature in database
GPG key ID: 06121D366FE9435C
2 changed files with 7 additions and 1 deletions

View file

@ -87,6 +87,9 @@ in
config = mkIf (xcfg.enable && cfg.enable) {
warnings = [
"KDE4 is long unmaintained and will be removed. Please update to KDE5."
];
# If KDE 4 is enabled, make it the default desktop manager (unless
# overridden by the user's configuration).

View file

@ -35,7 +35,7 @@ let
${optionalString (cfg.setupScript != "")
''
Setup=${cfg.setupScript}
''}
''}
[X-*-Greeter]
HiddenUsers=root,${concatStringsSep "," dmcfg.hiddenUsers}
@ -128,6 +128,9 @@ in
###### implementation
config = mkIf cfg.enable {
warnings = [
"KDM is long unmaintained and will be removed. Please update to SDDM."
];
services.xserver.displayManager.slim.enable = false;