Compare commits
2 commits
98ea4ff582
...
39e5c40e12
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
39e5c40e12 | ||
|
|
849dd14316 |
2 changed files with 5 additions and 4 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
# aurora's configgg!! :333homnix
|
# aurora's configgg!! :333
|
||||||
# trans <3
|
# trans <3
|
||||||
{
|
{
|
||||||
inputs,
|
inputs,
|
||||||
|
|
|
||||||
|
|
@ -44,9 +44,10 @@ in
|
||||||
|
|
||||||
# init github keys
|
# init github keys
|
||||||
# description: gi = github initialize
|
# description: gi = github initialize
|
||||||
sa = "eval \"$(ssh-agent -s)\"";
|
sai = "eval \"$(ssh-agent -s)\"";
|
||||||
gh-auv = "ssh-add ~/.ssh/github_auroraveon";
|
gh-auv = "ssh-add ~/.ssh/github_auroraveon";
|
||||||
cb-fox = "ssh-add ~/.ssh/codeberg_foxxyora";
|
cb-fox = "ssh-add ~/.ssh/codeberg_foxxyora";
|
||||||
|
tf-fox = "ssh-add ~/.ssh/tearforge_foxora";
|
||||||
|
|
||||||
# --------------------
|
# --------------------
|
||||||
# shorthand nix command aliases
|
# shorthand nix command aliases
|
||||||
|
|
@ -56,7 +57,7 @@ in
|
||||||
nd = "nix develop -c $SHELL";
|
nd = "nix develop -c $SHELL";
|
||||||
|
|
||||||
# description: cdns = change directory [to] nix settings
|
# description: cdns = change directory [to] nix settings
|
||||||
cdns = "cd /etc/nixos";
|
cdns = "cd ~/.nix";
|
||||||
# cd to /etc/nixos and edit nix config
|
# cd to /etc/nixos and edit nix config
|
||||||
# description: ns = nix settings
|
# description: ns = nix settings
|
||||||
ns = "cdns && $EDITOR";
|
ns = "cdns && $EDITOR";
|
||||||
|
|
@ -64,7 +65,7 @@ in
|
||||||
# NOTE: commands need --accept-flake-config as Cerulean uses
|
# NOTE: commands need --accept-flake-config as Cerulean uses
|
||||||
# experimental features
|
# experimental features
|
||||||
# description: nrs = nix rebuild switch
|
# 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
|
# upgrades the system
|
||||||
upgrade = "cdns && nix flake update && nh os switch ./ --accept-flake-config";
|
upgrade = "cdns && nix flake update && nh os switch ./ --accept-flake-config";
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue