forked from mirrors/nixpkgs
plasma5: enable NixOS branding in plymouth theme
This commit is contained in:
parent
96da47ddfb
commit
eec4c31d89
|
@ -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; };
|
||||
|
|
Loading…
Reference in a new issue