From 753591bcaafed6da2122aa1901c83104d41317f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Sun, 14 Apr 2024 20:14:19 +0200 Subject: [PATCH] add plymouth --- hosts/comfy-station/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/comfy-station/configuration.nix b/hosts/comfy-station/configuration.nix index 5fb6805..5c2fe85 100644 --- a/hosts/comfy-station/configuration.nix +++ b/hosts/comfy-station/configuration.nix @@ -80,6 +80,7 @@ # boot boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; + boot.plymouth.enable = true; # Configure console keymap console.keyMap = "de";