nix: add shortcut to kunzen repo
This commit is contained in:
parent
1ba4fd2d8d
commit
602b82fb04
2 changed files with 2 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ in {
|
||||||
};
|
};
|
||||||
shellAbbrs = {
|
shellAbbrs = {
|
||||||
f = "cd $FLAKE";
|
f = "cd $FLAKE";
|
||||||
|
s = "cd $KUNZEN";
|
||||||
fe = "$EDITOR (git rev-parse --show-toplevel) -c 'Telescope find_files'";
|
fe = "$EDITOR (git rev-parse --show-toplevel) -c 'Telescope find_files'";
|
||||||
|
|
||||||
nswitch = "${getExe nh} os switch";
|
nswitch = "${getExe nh} os switch";
|
||||||
|
|
|
||||||
|
|
@ -14,6 +14,7 @@
|
||||||
paths = {
|
paths = {
|
||||||
FLAKE = "/home/${admin.name}/.config/ooknet";
|
FLAKE = "/home/${admin.name}/.config/ooknet";
|
||||||
WEBSITE = "${paths.FLAKE}/outputs/pkgs/website";
|
WEBSITE = "${paths.FLAKE}/outputs/pkgs/website";
|
||||||
|
KUNZEN = "/home/${admin.name}/.config/kunzen";
|
||||||
};
|
};
|
||||||
in {
|
in {
|
||||||
environment = {
|
environment = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue