Compare commits
No commits in common. "39e5c40e12659683bb37d6f312cc07ef545332b8" and "98ea4ff5826a5bf315259a6bb78dfaa425e55b00" have entirely different histories.
39e5c40e12
...
98ea4ff582
2 changed files with 4 additions and 5 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# aurora's configgg!! :333
|
||||
# aurora's configgg!! :333homnix
|
||||
# trans <3
|
||||
{
|
||||
inputs,
|
||||
|
|
|
|||
|
|
@ -44,10 +44,9 @@ in
|
|||
|
||||
# init github keys
|
||||
# description: gi = github initialize
|
||||
sai = "eval \"$(ssh-agent -s)\"";
|
||||
sa = "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
|
||||
|
|
@ -57,7 +56,7 @@ in
|
|||
nd = "nix develop -c $SHELL";
|
||||
|
||||
# description: cdns = change directory [to] nix settings
|
||||
cdns = "cd ~/.nix";
|
||||
cdns = "cd /etc/nixos";
|
||||
# cd to /etc/nixos and edit nix config
|
||||
# description: ns = nix settings
|
||||
ns = "cdns && $EDITOR";
|
||||
|
|
@ -65,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 ~/.nix --accept-flake-config";
|
||||
switch = "cdns && nh os switch /etc/nixos --accept-flake-config";
|
||||
# upgrades the system
|
||||
upgrade = "cdns && nix flake update && nh os switch ./ --accept-flake-config";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue