diff --git a/.gitignore b/.gitignore index 62934e3..5ecc165 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,5 @@ host-keys/ # Temporary Milestone 1 audit checklist (remove-sensetive-info-refactor.md) # - working notes only, never committed, deleted once every row is rotated. secrets-inventory.md +.claude/worktrees/ +.claude/settings.local.json \ No newline at end of file diff --git a/hosts/nixos/home.nix b/hosts/nixos/home.nix index 65702e6..42d2c03 100644 --- a/hosts/nixos/home.nix +++ b/hosts/nixos/home.nix @@ -26,7 +26,7 @@ # Optional: set environment vars sessionVariables = { - EDITOR = "vim"; + EDITOR = "nano"; SOPS_AGE_KEY_FILE = "${config.home.homeDirectory}/.config/sops/age/keys.txt"; };