fix pipewire stuff

This commit is contained in:
notgne2 2024-03-12 06:30:49 -07:00
parent 7d954a61ef
commit baf94ae575
No known key found for this signature in database
4 changed files with 83 additions and 44 deletions

View file

@ -36,7 +36,11 @@ in {
};
boot = {
consoleLogLevel = lib.mkDefault (if cfg.fancyBoot then 0 else 3);
consoleLogLevel = lib.mkDefault (
if cfg.fancyBoot
then 0
else 3
);
initrd.verbose = lib.mkDefault (!cfg.fancyBoot);
plymouth.enable = lib.mkDefault cfg.fancyBoot;
kernelParams = lib.mkIf cfg.fancyBoot [