diff --git a/settings/desktop.nix b/settings/desktop.nix index a987da3..e88e854 100644 --- a/settings/desktop.nix +++ b/settings/desktop.nix @@ -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";