From 849dd143161eaca943a73f58e6d89d4d46448e78 Mon Sep 17 00:00:00 2001 From: foxora Date: Thu, 12 Feb 2026 20:27:23 +0000 Subject: [PATCH 1/2] idk why it didnt change --- homes/aurora/default.nix | 2 +- homes/modules/shell/zsh.nix | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homes/aurora/default.nix b/homes/aurora/default.nix index 072790f..163ff2a 100644 --- a/homes/aurora/default.nix +++ b/homes/aurora/default.nix @@ -1,4 +1,4 @@ -# aurora's configgg!! :333homnix +# aurora's configgg!! :333 # trans <3 { inputs, diff --git a/homes/modules/shell/zsh.nix b/homes/modules/shell/zsh.nix index f1d5e47..dcae264 100644 --- a/homes/modules/shell/zsh.nix +++ b/homes/modules/shell/zsh.nix @@ -56,7 +56,7 @@ in nd = "nix develop -c $SHELL"; # description: cdns = change directory [to] nix settings - cdns = "cd /etc/nixos"; + cdns = "cd ~/.nix"; # cd to /etc/nixos and edit nix config # description: ns = nix settings ns = "cdns && $EDITOR"; @@ -64,7 +64,7 @@ in # NOTE: commands need --accept-flake-config as Cerulean uses # experimental features # description: nrs = nix rebuild switch - switch = "cdns && nh os switch /etc/nixos --accept-flake-config"; + switch = "cdns && nh os switch ~/.nix --accept-flake-config"; # upgrades the system upgrade = "cdns && nix flake update && nh os switch ./ --accept-flake-config"; From 39e5c40e12659683bb37d6f312cc07ef545332b8 Mon Sep 17 00:00:00 2001 From: foxora Date: Thu, 12 Feb 2026 20:31:58 +0000 Subject: [PATCH 2/2] somehow did it wrong and only just noticed :3 --- homes/modules/shell/zsh.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/homes/modules/shell/zsh.nix b/homes/modules/shell/zsh.nix index dcae264..3c161f6 100644 --- a/homes/modules/shell/zsh.nix +++ b/homes/modules/shell/zsh.nix @@ -44,9 +44,10 @@ in # init github keys # description: gi = github initialize - sa = "eval \"$(ssh-agent -s)\""; + sai = "eval \"$(ssh-agent -s)\""; gh-auv = "ssh-add ~/.ssh/github_auroraveon"; cb-fox = "ssh-add ~/.ssh/codeberg_foxxyora"; + tf-fox = "ssh-add ~/.ssh/tearforge_foxora"; # -------------------- # shorthand nix command aliases