Re-enable plymouth
diff --git a/modules/plymouth.nix b/modules/plymouth.nix
new file mode 100644
index 0000000..cbb9bb5
--- /dev/null
+++ b/modules/plymouth.nix
@@ -0,0 +1,5 @@
+{
+  boot.plymouth.enable = true;
+  boot.initrd.systemd.enable = true;
+  boot.kernelParams = ["quiet"];
+}