Merge pull request 'Merge pull request 'clanServices: add kde module' (#5487) from desktop-service into main' (#5525) from desktop-service into main

Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/5525
This commit is contained in:
pinpox
2025-10-14 14:14:56 +00:00

View File

@@ -4,6 +4,7 @@
manifest.name = "clan-core/kde"; manifest.name = "clan-core/kde";
manifest.description = "Sets up a graphical desktop environment"; manifest.description = "Sets up a graphical desktop environment";
manifest.categories = [ "Desktop" ]; manifest.categories = [ "Desktop" ];
manifest.readme = builtins.readFile ./README.md;
roles.default = { roles.default = {
description = "KDE/Plasma (wayland): Full-featured desktop environment with modern Qt-based interface"; description = "KDE/Plasma (wayland): Full-featured desktop environment with modern Qt-based interface";