mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 07:53:55 -05:00
plasma: update to new module titles
This commit is contained in:
parent
31632c8168
commit
6a18351b0f
|
@ -36,11 +36,9 @@ in {
|
||||||
security.pam.services.sddm.enableGnomeKeyring = true;
|
security.pam.services.sddm.enableGnomeKeyring = true;
|
||||||
services = {
|
services = {
|
||||||
desktopManager.plasma6.enable = true;
|
desktopManager.plasma6.enable = true;
|
||||||
xserver = {
|
displayManager.sddm = {
|
||||||
displayManager.sddm = {
|
enable = true;
|
||||||
enable = true;
|
wayland.enable = true;
|
||||||
wayland.enable = true;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue