2024-05-14 09:29:16 -05:00

8 lines
186 B
Nix

{ config, lib, pkgs, settings, ... }:
{
# Enable the Desktop Environment.
services.xserver.desktopManager.plasma5.enable = false;
services.desktopManager.plasma6.enable = true;
}