plasma5: enable NixOS branding in plymouth theme
This commit is contained in:
parent
96da47ddfb
commit
eec4c31d89
@ -195,7 +195,12 @@ in
|
|||||||
|
|
||||||
boot.plymouth = {
|
boot.plymouth = {
|
||||||
theme = mkDefault "breeze";
|
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; };
|
security.pam.services.kde = { allowNullPassword = true; };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user