home: Install symlinks to ~/.local/bin
This commit is contained in:
parent
33fb8148b2
commit
ce5175a482
1 changed files with 8 additions and 0 deletions
|
|
@ -93,6 +93,7 @@
|
|||
ignores = [ "*~" "*.swp" "result" "dist-newstyle" ];
|
||||
userEmail = "me@failco.de";
|
||||
userName = "Alexander Kobjolke";
|
||||
aliases = { st = "status"; };
|
||||
};
|
||||
|
||||
gpg = {
|
||||
|
|
@ -117,4 +118,11 @@
|
|||
defaultCacheTtl = 300;
|
||||
defaultCacheTtlSsh = 300;
|
||||
};
|
||||
|
||||
home.file.".local" = {
|
||||
recursive = true;
|
||||
source = ./local;
|
||||
};
|
||||
|
||||
home.sessionPath = [ "$HOME/.local/bin" ];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue