nix-config/nixos/desktop/plasma.nix
2024-08-21 15:15:04 +02:00

8 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";
}