nixos/treewide: clean up Plasma 5 references

Preparing to drop.
This commit is contained in:
K900
2025-08-02 10:00:57 +03:00
parent 0e1071b8be
commit 35d0bafabf
17 changed files with 19 additions and 45 deletions

View File

@@ -53,7 +53,7 @@ in
panel = lib.mkOption {
type = with lib.types; nullOr path;
default = null;
example = lib.literalExpression ''"''${pkgs.plasma5Packages.plasma-desktop}/libexec/kimpanel-ibus-panel"'';
example = lib.literalExpression ''"''${pkgs.kdePackages.plasma-desktop}/libexec/kimpanel-ibus-panel"'';
description = "Replace the IBus panel with another panel.";
};
};