plasma5: enable NixOS branding in plymouth theme

This commit is contained in:
Michael Peyton Jones 2017-11-07 23:14:41 +00:00 committed by Orivej Desh
parent 96da47ddfb
commit eec4c31d89

View file

@ -195,7 +195,12 @@ in
boot.plymouth = {
theme = mkDefault "breeze";
themePackages = mkDefault [ pkgs.breeze-plymouth ];
themePackages = mkDefault [
(pkgs.breeze-plymouth.override {
nixosBranding = true;
nixosVersion = config.system.nixosRelease;
})
];
};
security.pam.services.kde = { allowNullPassword = true; };