fix: bundle home-manager and nixos-rebuild with user scripts and fix theme-switching globbing error

This commit is contained in:
Bernardo Magri
2026-04-13 13:14:46 +01:00
parent 66096cbc46
commit 866e556656
2 changed files with 2 additions and 1 deletions

View File

@@ -36,6 +36,8 @@ let
libnotify libnotify
curl curl
wget wget
home-manager
nixos-rebuild
]; ];
utils = [ utils = [

View File

@@ -47,7 +47,6 @@ if [ -d "$BG_DIR" ]; then
fi fi
echo "Theme set to $THEME_NAME. Applying changes with env-update..." echo "Theme set to $THEME_NAME. Applying changes with env-update..."
rm -rf "$HOME/.config/nomarchy/current/theme"
env-update env-update
nomarchy-theme-set-templates nomarchy-theme-set-templates