fix issue in option
This commit is contained in:
parent
814f1a6219
commit
98daadaa07
@ -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 ];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user