fix: point to right nix-config directory
Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
parent
6b4c9202f7
commit
0623ef891f
1 changed files with 2 additions and 2 deletions
|
|
@ -89,8 +89,8 @@
|
|||
speedtest = "curl -s https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py | python -";
|
||||
|
||||
cleanup-nix = "nh clean all --keep-since 10d --keep 3";
|
||||
rln = "nh os switch /home/lander/git/nixos-config";
|
||||
rlh = "nh home switch /home/lander/git/nixos-config";
|
||||
rln = "nh os switch /home/lander/git/nix-config";
|
||||
rlh = "nh home switch /home/lander/git/nix-config";
|
||||
rlb = "rln;rlh";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue