KDE plasma 6 From Terminal - WSL - How to start

Have setup this for WSL and it works well - GitHub - LGUG2Z/nixos-wsl-starter: A sane, batteries-included starter template for running NixOS on WSL

This is my setup in /etc/nixos/configuration.nix

services.xserver.enable = true;
services.xserver.displayManager.sddm.enable = true;
services.xserver.desktopManager.plasma6.enable = true;
services.xserver.displayManager.defaultSession = “plasma”;

But i cant start KDE from terminal: startplasma-wayland or startplasma-x11

What have I missed to install ?

Regards,
Mattias Vinberg

Made It =] Really took time. This is as simple as possible so people can get started quickly.

Really like NixOS and it’s not bad! KDE 6 Plasma and NixOS via Windows 11.

NixOS - How To install KDE 6 via NixOS 24.11 and Windows 11 - WSL - GWSL - Linux - 2024

Best Regards,
Mattias Vinberg - Sweden - NixOS - Wsl - Gwsl - Linux - Windows11