From 814f1a62197f603beab2b18547be7652ad6c9cb6 Mon Sep 17 00:00:00 2001 From: shinya Date: Sat, 25 Oct 2025 22:36:38 +0200 Subject: [PATCH] fix --- mate-xp-config.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mate-xp-config.nix b/mate-xp-config.nix index d8fc8b0..5623546 100644 --- a/mate-xp-config.nix +++ b/mate-xp-config.nix @@ -3,7 +3,7 @@ lib, pkgs, system, - self, + windows-theme, ... }: { @@ -15,7 +15,7 @@ boot.loader = { plymouth = { theme = "xp"; - themePackages = [ self.packages.${system}.windows-xp-plymouth ]; + themePackages = [ windows-theme.packages.${system}.windows-xp-plymouth ]; }; };