desktop: silence boot messages for plymouth
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
b56c71d15b
commit
0d1483d02c
1 changed files with 3 additions and 1 deletions
|
|
@ -6,7 +6,9 @@
|
||||||
services.displayManager.ly.enable = true;
|
services.displayManager.ly.enable = true;
|
||||||
services.displayManager.defaultSession = "hyprland";
|
services.displayManager.defaultSession = "hyprland";
|
||||||
boot.plymouth.enable = true;
|
boot.plymouth.enable = true;
|
||||||
boot.kernelParams = [ "quiet" ];
|
boot.initrd.verbose = false;
|
||||||
|
boot.consoleLogLevel = 3;
|
||||||
|
boot.kernelParams = [ "quiet" "udev.log_level=3" ];
|
||||||
|
|
||||||
services.displayManager.ly.settings = {
|
services.displayManager.ly.settings = {
|
||||||
animation = "none";
|
animation = "none";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue