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 = "../../..";
|
repo_root = "../../..";
|
||||||
in {
|
in {
|
||||||
home.file = {
|
home.file = {
|
||||||
|
"/.zsh.d/" = {
|
||||||
|
source = ./${repo_root}/zsh/funcs;
|
||||||
|
};
|
||||||
|
"/.cache/zsh/completions/.keep" = {
|
||||||
|
text = "";
|
||||||
|
recursive = true;
|
||||||
|
};
|
||||||
"bin/git-sync".source = ./${repo_root}/git-sync;
|
"bin/git-sync".source = ./${repo_root}/git-sync;
|
||||||
".cargo/config.toml".source = pkgs.substituteAll {
|
".cargo/config.toml".source = pkgs.substituteAll {
|
||||||
src = ./${repo_root}/cargo/config.toml.nixtemplate;
|
src = ./${repo_root}/cargo/config.toml.nixtemplate;
|
||||||
|
|
Loading…
Add table
Reference in a new issue