diff --git a/mate-xp-config.nix b/mate-xp-config.nix index 5623546..a723ef6 100644 --- a/mate-xp-config.nix +++ b/mate-xp-config.nix @@ -11,8 +11,12 @@ nixp.mate.enable = lib.mkEnableOption "Enable XP configuration in MATE"; }; + imports = [ + "${modulesPath}/system/boot/plymouth.nix" + ]; + config = lib.mkIf config.nixp.mate.enable { - boot.loader = { + boot = { plymouth = { theme = "xp"; themePackages = [ windows-theme.packages.${system}.windows-xp-plymouth ];