nix-config/nixos/desktop/plasma.nix
2024-08-19 14:29:14 +02:00

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