diff --git a/AGENTS.md b/AGENTS.md index 13827d6..ae89a39 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -21,11 +21,14 @@ nix build .#formatter.x86_64-linux ### Deploying ```bash +# Rebuild the azos environment for lauretta (this machine) — use this when asked to "rebuild" sudo nixos-rebuild switch --flake '.?submodules=1#lauretta' nix flake update # Update all inputs nix flake lock --update-input X # Update specific input ``` +> **Note**: When the user asks to "rebuild", they mean rebuilding the lauretta environment with the command above — NOT building the VM. + ### Dev Shell & REPL ```bash nix develop .#shells.x86_64-linux.default @@ -33,6 +36,12 @@ nix repl :lf . ``` +### Ad-hoc Commands +If an executable doesn't exist on the system, run it ad-hoc with: +```bash +nix shell nixpkgs# --command +``` + ## Linting/Formatting Uses [alejandra](https://github.com/kamadorama/alejandra): diff --git a/azos-core b/azos-core index d1b25fa..5836f95 160000 --- a/azos-core +++ b/azos-core @@ -1 +1 @@ -Subproject commit d1b25fa44d2cdbc8861810c0a74b22f1bfc070bc +Subproject commit 5836f95d64eec7fcf04f967a1784323eadd81c5b diff --git a/modules/home-manager/default.nix b/modules/home-manager/default.nix index 9578db9..30a5570 100755 --- a/modules/home-manager/default.nix +++ b/modules/home-manager/default.nix @@ -1,6 +1,7 @@ { imports = [ ./audio.nix + ./claude.nix ./encryption.nix ./git.nix ./hfsprogs.nix diff --git a/modules/home-manager/snx-rs.nix b/modules/home-manager/snx-rs.nix index 55c4edb..6eddd27 100644 --- a/modules/home-manager/snx-rs.nix +++ b/modules/home-manager/snx-rs.nix @@ -53,10 +53,10 @@ in { home.file.".config/snx-rs/snx-rs.conf" = { text = '' - server-name = ${cfg.server} - user-name = ${cfg.username} - login-type = ${cfg.loginType} - ignore-server-cert = ${lib.boolToString cfg.ignoreServerCert} + server ${cfg.server} + username ${cfg.username} + login-type ${cfg.loginType} + ignore-server-cert ${lib.boolToString cfg.ignoreServerCert} ''; }; }; diff --git a/pkgs/elisp/azos-emacs-lauretta.org b/pkgs/elisp/azos-emacs-lauretta.org index 62a0692..396ceba 100644 --- a/pkgs/elisp/azos-emacs-lauretta.org +++ b/pkgs/elisp/azos-emacs-lauretta.org @@ -1,4 +1,3 @@ - #+title: Aner's Emacs Lauretta Configuration #+property: header-args :results silent @@ -32,8 +31,8 @@ ** Agent Shell #+begin_src emacs-lisp -(setq agent-shell-opencode-default-model-id "opencode/glm-5") -(setq agent-shell-preferred-agent-config (agent-shell-opencode-make-agent-config)) +(setq agent-shell-opencode-default-model-id "opencode/big-pickle") +;; (setq agent-shell-preferred-agent-config (agent-shell-opencode-make-agent-config)) #+end_src ** Headphones