fix issue in option

This commit is contained in:
shinya 2025-10-25 22:50:10 +02:00
parent 814f1a6219
commit 98daadaa07

View File

@ -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 ];