forked from foxora/nix
idk why it didnt change
This commit is contained in:
parent
5973576970
commit
d79a9caecf
2 changed files with 3 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
# aurora's configgg!! :333homnix
|
# aurora's configgg!! :333
|
||||||
# trans <3
|
# trans <3
|
||||||
{
|
{
|
||||||
inputs,
|
inputs,
|
||||||
|
|
|
||||||
|
|
@ -56,7 +56,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 +64,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