fix: package theme engine and system scripts and fix env-update scriptability
This commit is contained in:
@@ -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";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user