mirror of
https://github.com/danth/stylix
synced 2024-11-10 06:34:15 +00:00
kde: rename deprecated option (#513)
Rename the deprecated services.xserver.displayManager.sddm.enable option to services.displayManager.sddm.enable, following [1]. [1]: https://github.com/NixOS/nixpkgs/pull/291913 Link: https://github.com/danth/stylix/pull/513
This commit is contained in:
parent
94d70292d0
commit
c5f8f06543
1 changed files with 6 additions and 3 deletions
|
@ -1,7 +1,10 @@
|
|||
{
|
||||
services.xserver = {
|
||||
enable = true;
|
||||
desktopManager.plasma5.enable = true;
|
||||
services = {
|
||||
displayManager.sddm.enable = true;
|
||||
|
||||
xserver = {
|
||||
enable = true;
|
||||
desktopManager.plasma5.enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue