fix: package theme engine and system scripts and fix env-update scriptability

This commit is contained in:
Bernardo Magri
2026-04-13 11:37:03 +01:00
parent f0800e60ca
commit 6f4741c060
8 changed files with 152 additions and 4 deletions

View File

@@ -32,8 +32,8 @@
gcad = "git commit -a --amend";
# NixOS commands
sys-update = "sudo nixos-rebuild switch --flake /etc/nixos#default --impure";
env-update = "nomarchy-preflight-migration && home-manager switch --flake /etc/nixos#default --impure";
sys-update = "nomarchy-sys-update";
env-update = "nomarchy-env-update";
};
};
}