From 866e556656992b57496298322cd2465a9a62ed61 Mon Sep 17 00:00:00 2001 From: Bernardo Magri Date: Mon, 13 Apr 2026 13:14:46 +0100 Subject: [PATCH] fix: bundle home-manager and nixos-rebuild with user scripts and fix theme-switching globbing error --- features/scripts/default.nix | 2 ++ themes/engine/scripts/nomarchy-theme-set | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/features/scripts/default.nix b/features/scripts/default.nix index 79ba1fb..4afa882 100644 --- a/features/scripts/default.nix +++ b/features/scripts/default.nix @@ -36,6 +36,8 @@ let libnotify curl wget + home-manager + nixos-rebuild ]; utils = [ diff --git a/themes/engine/scripts/nomarchy-theme-set b/themes/engine/scripts/nomarchy-theme-set index bc04ad1..2fbbed9 100755 --- a/themes/engine/scripts/nomarchy-theme-set +++ b/themes/engine/scripts/nomarchy-theme-set @@ -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