0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

nixos/sddm: replace themes option with package option

This commit is contained in:
Thomas Tuegel 2017-03-22 07:39:50 -05:00
parent 203c4926e3
commit a96e047b31
No known key found for this signature in database
GPG key ID: 22CBF5249D4B4D59
3 changed files with 9 additions and 9 deletions

View file

@ -202,5 +202,7 @@ with lib;
"See the 16.09 release notes for more information.")
(mkRemovedOptionModule [ "services" "phpfpm" "phpIni" ] "")
(mkRemovedOptionModule [ "services" "dovecot2" "package" ] "")
(mkRemovedOptionModule [ "services" "xserver" "displayManager" "sddm" "themes" ]
"Set the option `services.xserver.displayManager.sddm.package' instead.")
];
}