From d73e0f007020ad026219b30e8992570b8515b64f Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Mon, 3 Jul 2023 15:42:29 +0400 Subject: [PATCH] nice one plymouth --- configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configuration.nix b/configuration.nix index a51814fd..34d8d779 100644 --- a/configuration.nix +++ b/configuration.nix @@ -28,6 +28,9 @@ }; }; + # TODO(sako):: figure out plymouth and why my system is too fast + #boot.plymouth.enable = true; + # networking.hostName = "nixos"; # Define your hostname. # Pick only one of the below networking options. # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.