Skip to content

kde

Sets up a graphical desktop environment

Desktop

This module sets up the KDE Plasma Desktop environment.

Customisation

This service intentionally does not provide any settings or customisation options, as desktop preferences are highly subjective. Clan currently supports only this default desktop configuration. Any additional customisation can be done via the extraModules option. Furthermore, if you want to use a different desktop environment or compositor (e.g. Gnome or sway), we encourage you to to build your own Clan Service or have a look at the Community Services.

Example Usage

inventory = {
  instances = {
    kde = {

      # Deploy on all machines
      roles.default.tags.all = { };

      # Or individual hosts
      roles.default.machines.laptop = { };
    };
  };
};

Roles

The kde service has the following roles:

  • default This role has no configuration