plasma5: set default theme for plymouth

This commit is contained in:
Michael Peyton Jones 2017-10-21 22:31:21 +01:00
parent 18d286b6c9
commit e6a199b95d

View file

@ -193,6 +193,11 @@ in
theme = "breeze";
};
boot.plymouth = {
theme = mkDefault "breeze";
themePackages = mkDefault [ pkgs.breeze-plymouth ];
};
security.pam.services.kde = { allowNullPassword = true; };
# Doing these one by one seems silly, but we currently lack a better