nix-config/nixos/desktop/plasma.nix
2024-08-18 22:41:55 +02:00

5 lines
162 B
Nix

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