From 98daadaa074428bb40410aee60da30101113888a Mon Sep 17 00:00:00 2001 From: shinya Date: Sat, 25 Oct 2025 22:50:10 +0200 Subject: [PATCH] fix issue in option --- mate-xp-config.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 ];