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