feat: migrate theme and font to declarative Nix options
Some checks failed
Check / eval-and-lint (push) Has been cancelled
Some checks failed
Check / eval-and-lint (push) Has been cancelled
This commit is contained in:
@@ -53,7 +53,12 @@ if [ -d "$BG_DIR" ]; then
|
||||
fi
|
||||
fi
|
||||
|
||||
echo "Theme set to $THEME_NAME. Applying changes with nomarchy-env-update..."
|
||||
echo "Theme set to $THEME_NAME."
|
||||
echo "NOTE: This change is TEMPORARY and will be lost on the next system rebuild."
|
||||
echo "To make this theme permanent, add the following to your /etc/nixos/home.nix:"
|
||||
echo " nomarchy.theme = \"$THEME_NAME\";"
|
||||
echo ""
|
||||
echo "Applying changes with nomarchy-env-update..."
|
||||
|
||||
if [[ "$NO_UPDATE" == "true" ]]; then
|
||||
echo "Skipping nomarchy-env-update due to --no-update flag."
|
||||
|
||||
Reference in New Issue
Block a user