desktop: silence boot messages for plymouth

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
rope 2026-07-03 08:58:33 +01:00
parent b56c71d15b
commit 0d1483d02c

View file

@ -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";