Regenerated

This commit is contained in:
2026-03-22 10:10:10 +00:00
parent 96adaef9be
commit 12ad7e864b
34 changed files with 3 additions and 1611 deletions
+3 -3
View File
@@ -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
'';