diff --git a/modules/desktop/plasma.nix b/modules/desktop/plasma.nix index 227f092..20a81bb 100644 --- a/modules/desktop/plasma.nix +++ b/modules/desktop/plasma.nix @@ -58,6 +58,9 @@ # Exclude audiotube due to build failure (builtins.filter (pkg: pkg.pname != "audiotube")) + # Exclude calligra due to build failure + (builtins.filter (pkg: pkg.pname != "calligra")) + # Exclude plasma-mobile (builtins.filter (pkg: pkg.pname != "plasma-mobile")) ]) ++ [