From 109f6c73ea42ec6d7772c945712e0d66c6831884 Mon Sep 17 00:00:00 2001
From: Zynh Ludwig <zynh0722@gmail.com>
Date: Tue, 18 Feb 2025 23:33:05 -0800
Subject: [PATCH] snowhawk: plymouth owl theme

---
 hosts/snowhawk/configuration.nix | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/hosts/snowhawk/configuration.nix b/hosts/snowhawk/configuration.nix
index 0e68537..49998f7 100644
--- a/hosts/snowhawk/configuration.nix
+++ b/hosts/snowhawk/configuration.nix
@@ -51,7 +51,6 @@
 
   snowhawk = {
     filesystem.enable = true;
-    plymouth.enable = true;
     polkit.enable = true;
     syncthing.enable = true;
     user.enable = true;
@@ -59,6 +58,12 @@
     star-citizen.enable = true;
   };
 
+  snowhawk.plymouth = {
+    enable = true;
+    theme = "owl";
+  };
+
+
   # Enable automatic login for the user.
   services.displayManager.autoLogin = {
     enable = true;