some additions to zsh
This commit is contained in:
parent
c6961123d8
commit
de2ef29738
1 changed files with 7 additions and 0 deletions
|
@ -7,6 +7,13 @@
|
|||
repo_root = "../../..";
|
||||
in {
|
||||
home.file = {
|
||||
"/.zsh.d/" = {
|
||||
source = ./${repo_root}/zsh/funcs;
|
||||
};
|
||||
"/.cache/zsh/completions/.keep" = {
|
||||
text = "";
|
||||
recursive = true;
|
||||
};
|
||||
"bin/git-sync".source = ./${repo_root}/git-sync;
|
||||
".cargo/config.toml".source = pkgs.substituteAll {
|
||||
src = ./${repo_root}/cargo/config.toml.nixtemplate;
|
||||
|
|
Loading…
Add table
Reference in a new issue