Regenerated
This commit is contained in:
+3
-3
@@ -347,12 +347,12 @@ in
|
||||
'';
|
||||
};
|
||||
|
||||
# Configure Plymouth to use Catppuccin splash image
|
||||
# Optionally, configure Plymouth to use your Catppuccin splash image
|
||||
system.activationScripts.plymouthTheme = {
|
||||
text = ''
|
||||
if [ -f "${flakeRoot}/assets/plymouth-catppuccin.png" ]; then
|
||||
if [ -f "${flakeRoot}/assets/system/theming/mocha.webp" ]; then
|
||||
mkdir -p /usr/share/plymouth/themes/catppuccin
|
||||
cp "${flakeRoot}/assets/plymouth-catppuccin.png" /usr/share/plymouth/themes/catppuccin/splash.png
|
||||
cp "${flakeRoot}//assets/system/theming/mocha.webp" /usr/share/plymouth/themes/catppuccin/splash.png
|
||||
update-alternatives --install /usr/share/plymouth/themes/default.plymouth default.plymouth /usr/share/plymouth/themes/catppuccin/splash.png 100
|
||||
fi
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user