From 1a5446953479e6c1702d1f3e70619a33d33cff32 Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Sun, 29 Dec 2024 20:18:19 -0500 Subject: [PATCH] ricing --- modules/ricing/plymouth.nix | 1 + modules/users/crow/default.nix | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ricing/plymouth.nix b/modules/ricing/plymouth.nix index ea53e11..85b09b4 100644 --- a/modules/ricing/plymouth.nix +++ b/modules/ricing/plymouth.nix @@ -12,6 +12,7 @@ }; in { boot.plymouth = { + enable = true; theme = if config.ricing.basic.enable then basic.theme diff --git a/modules/users/crow/default.nix b/modules/users/crow/default.nix index da04192..bc8c704 100644 --- a/modules/users/crow/default.nix +++ b/modules/users/crow/default.nix @@ -7,4 +7,3 @@ ./user.nix ]; } -