nix-config/nixos/desktop/plasma.nix
2024-08-21 19:10:35 +02:00

6 lines
162 B
Nix

{ ... }:
{
services.displayManager.sddm.enable = true;
services.displayManager.sddm.wayland.enable = true;
services.desktopManager.plasma6.enable = true;
}