desktop: enable Plymouth boot splash with Stylix theming

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
rope 2026-05-17 11:09:41 +01:00
parent 1943098d57
commit 1d491f4bd2

View file

@ -5,7 +5,8 @@
services.xserver.enable = true;
services.displayManager.ly.enable = true;
services.displayManager.defaultSession = "hyprland";
boot.plymouth.enable = false;
boot.plymouth.enable = true;
boot.kernelParams = [ "quiet" ];
services.displayManager.ly.settings = {
animation = "gameoflife";