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

@@ -17,13 +17,6 @@ let
cfg = config.boot.plymouth;
opt = options.boot.plymouth;
nixosBreezePlymouth = pkgs.plasma5Packages.breeze-plymouth.override {
logoFile = cfg.logo;
logoName = "nixos";
osName = "NixOS";
osVersion = config.system.nixos.release;
};
plymouthLogos = pkgs.runCommand "plymouth-logos" { inherit (cfg) logo; } ''
mkdir -p $out
@@ -87,12 +80,7 @@ in
};
themePackages = mkOption {
default = lib.optional (cfg.theme == "breeze") nixosBreezePlymouth;
defaultText = literalMD ''
A NixOS branded variant of the breeze theme when
`config.${opt.theme} == "breeze"`, otherwise
`[ ]`.
'';
default = [ ];
type = types.listOf types.package;
description = ''
Extra theme packages for plymouth.