fix: bundle home-manager and nixos-rebuild with user scripts and fix theme-switching globbing error
This commit is contained in:
@@ -36,6 +36,8 @@ let
|
||||
libnotify
|
||||
curl
|
||||
wget
|
||||
home-manager
|
||||
nixos-rebuild
|
||||
];
|
||||
|
||||
utils = [
|
||||
|
||||
@@ -47,7 +47,6 @@ if [ -d "$BG_DIR" ]; then
|
||||
fi
|
||||
|
||||
echo "Theme set to $THEME_NAME. Applying changes with env-update..."
|
||||
rm -rf "$HOME/.config/nomarchy/current/theme"
|
||||
env-update
|
||||
|
||||
nomarchy-theme-set-templates
|
||||
|
||||
Reference in New Issue
Block a user