7 lines
230 B
Nix
7 lines
230 B
Nix
{ ... }: {
|
|
services.displayManager.sddm.enable = true;
|
|
services.displayManager.sddm.wayland.enable = true;
|
|
services.desktopManager.plasma6.enable = true;
|
|
i18n.inputMethod.enable = true;
|
|
i18n.inputMethod.type = "ibus";
|
|
}
|