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
|
libnotify
|
||||||
curl
|
curl
|
||||||
wget
|
wget
|
||||||
|
home-manager
|
||||||
|
nixos-rebuild
|
||||||
];
|
];
|
||||||
|
|
||||||
utils = [
|
utils = [
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user