mirror of
https://github.com/danth/stylix
synced 2024-11-22 12:13:08 +00:00
c5f8f06543
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
10 lines
152 B
Nix
10 lines
152 B
Nix
{
|
|
services = {
|
|
displayManager.sddm.enable = true;
|
|
|
|
xserver = {
|
|
enable = true;
|
|
desktopManager.plasma5.enable = true;
|
|
};
|
|
};
|
|
}
|